#A18970

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

Shades of Mongoose #A18970

Tints of Mongoose #A18970

Color information

#A18970 (or 0xA18970) is unknown color: approx Mongoose. HEX triplet: A1, 89 and 70. RGB value is (161,137,112). Sum of RGB (Red+Green+Blue) = 161+137+112=410 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.27% from 410); Green value is 137 (53.91% from 255 or 33.41% from 410); Blue value is 112 (44.14% from 255 or 27.32% from 410); Max value from RGB is 161 - color contains mainly: red. Hex color #A18970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18970 is #5E768F. Grayscale: #8D8D8D. Windows color (decimal): -6190736 or 7375265. OLE color: 7375265.

HSL color Cylindrical-coordinate representation of color #A18970: hue angle of 30.61º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A18970 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB161137112-
CMYK00.150.300.37
HSL30.61º20.68%53.53%-
HSV(B)30.61º30.43%63.14%-
XYZ26.5726.6419.07-
YUV141.33111.45142.03-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.27%
GREEN value IS 137 (53.91% from 255) = 33.41%
BLUE value IS 112 (44.14% from 255) = 27.32%
R=39.27%
G=33.41%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.30
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113711200.150.300.3730.6120.6853.53
HexA189700F1E251f1536
Octal2412111600173645372566
Binary1010000110001001111000001111111101001011111110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18970; }

 p { color: rgb(161,137,112); }

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

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

 a { background-color: rgb(161,137,112); }

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

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

 span { border-color: rgb(161,137,112); }

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