#A88970

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

Shades of Mongoose #A88970

Tints of Mongoose #A88970

Color information

#A88970 (or 0xA88970) is unknown color: approx Mongoose. HEX triplet: A8, 89 and 70. RGB value is (168,137,112). Sum of RGB (Red+Green+Blue) = 168+137+112=417 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.29% from 417); Green value is 137 (53.91% from 255 or 32.85% from 417); Blue value is 112 (44.14% from 255 or 26.86% from 417); Max value from RGB is 168 - color contains mainly: red. Hex color #A88970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88970 is #57768F. Grayscale: #8F8F8F. Windows color (decimal): -5731984 or 7375272. OLE color: 7375272.

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

Color convert

RGB168137112-
CMYK00.180.330.34
HSL26.79º24.35%54.9%-
HSV(B)26.79º33.33%65.88%-
XYZ28.0227.3919.14-
YUV143.42110.27145.53-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.29%
GREEN value IS 137 (53.91% from 255) = 32.85%
BLUE value IS 112 (44.14% from 255) = 26.86%
R=40.29%
G=32.85%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16813711200.180.330.3426.7924.3554.9
HexA8897001221221b1837
Octal2502111600224142333067
Binary101010001000100111100000100101000011000101101111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88970; }

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

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

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

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

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

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

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

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