#A98D70

Color #A98D70 Mongoose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mongoose #A98D70

Tints of Mongoose #A98D70

Color information

#A98D70 (or 0xA98D70) is unknown color: approx Mongoose. HEX triplet: A9, 8D and 70. RGB value is (169,141,112). Sum of RGB (Red+Green+Blue) = 169+141+112=422 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.05% from 422); Green value is 141 (55.47% from 255 or 33.41% from 422); Blue value is 112 (44.14% from 255 or 26.54% from 422); Max value from RGB is 169 - color contains mainly: red. Hex color #A98D70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98D70 is #56728F. Grayscale: #929292. Windows color (decimal): -5665424 or 7376297. OLE color: 7376297.

HSL color Cylindrical-coordinate representation of color #A98D70: hue angle of 30.53º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A98D70 is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.34.

Color convert

RGB169141112-
CMYK00.170.340.34
HSL30.53º24.89%55.1%-
HSV(B)30.53º33.73%66.27%-
XYZ28.8128.6519.34-
YUV146.07108.78144.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 169 (66.41% from 255) = 40.05%
GREEN value IS 141 (55.47% from 255) = 33.41%
BLUE value IS 112 (44.14% from 255) = 26.54%
R=40.05%
G=33.41%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.34
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914111200.170.340.3430.5324.8955.1
HexA98D7001122221f1937
Octal2512151600214242373167
Binary101010011000110111100000100011000101000101111111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98D70; }

 p { color: rgb(169,141,112); }

 H1.HeaderClassName
 {
   color: #A98D70;
 }
 .AnyTagClassName
 {
   color: #A98D70;
 }
</style>
background-color css

<style>
 a { background-color: #A98D70; }

 a { background-color: rgb(169,141,112); }

 div.DivClassName
 {
   background-color: #A98D70;
 }
 .BgClassName
 {
   background-color: #A98D70;
 }
</style>
border-color css

<style>
 span { border-color: #A98D70; }

 span { border-color: rgb(169,141,112); }

 td.TdClassName
 {
   border-color: #A98D70;
 }
 .TagClassName
 {
   border-color: #A98D70;
 }
</style>