#AB8872

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

Shades of Mongoose #AB8872

Tints of Mongoose #AB8872

Color information

#AB8872 (or 0xAB8872) is unknown color: approx Mongoose. HEX triplet: AB, 88 and 72. RGB value is (171,136,114). Sum of RGB (Red+Green+Blue) = 171+136+114=421 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.62% from 421); Green value is 136 (53.52% from 255 or 32.30% from 421); Blue value is 114 (44.92% from 255 or 27.08% from 421); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8872 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8872 is #54778D. Grayscale: #909090. Windows color (decimal): -5535630 or 7506091. OLE color: 7506091.

HSL color Cylindrical-coordinate representation of color #AB8872: hue angle of 23.16º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AB8872 is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB171136114-
CMYK00.200.330.33
HSL23.16º25.33%55.88%-
HSV(B)23.16º33.33%67.06%-
XYZ28.6427.4819.71-
YUV143.96111.1147.29-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.62%
GREEN value IS 136 (53.52% from 255) = 32.30%
BLUE value IS 114 (44.92% from 255) = 27.08%
R=40.62%
G=32.30%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113611400.200.330.3323.1625.3355.88
HexAB88720142121171938
Octal2532101620244141273170
Binary101010111000100011100100101001000011000011011111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8872; }

 p { color: rgb(171,136,114); }

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

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

 a { background-color: rgb(171,136,114); }

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

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

 span { border-color: rgb(171,136,114); }

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