#AB8972

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

Shades of Mongoose #AB8972

Tints of Mongoose #AB8972

Color information

#AB8972 (or 0xAB8972) is unknown color: approx Mongoose. HEX triplet: AB, 89 and 72. RGB value is (171,137,114). Sum of RGB (Red+Green+Blue) = 171+137+114=422 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.52% from 422); Green value is 137 (53.91% from 255 or 32.46% from 422); Blue value is 114 (44.92% from 255 or 27.01% from 422); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8972 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8972 is #54768D. Grayscale: #909090. Windows color (decimal): -5535374 or 7506347. OLE color: 7506347.

HSL color Cylindrical-coordinate representation of color #AB8972: hue angle of 24.21º 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 #AB8972 is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB171137114-
CMYK00.200.330.33
HSL24.21º25.33%55.88%-
HSV(B)24.21º33.33%67.06%-
XYZ28.7827.7619.76-
YUV144.54110.76146.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.52%
GREEN value IS 137 (53.91% from 255) = 32.46%
BLUE value IS 114 (44.92% from 255) = 27.01%
R=40.52%
G=32.46%
B=27.01%

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
Decimal17113711400.200.330.3324.2125.3355.88
HexAB89720142121181938
Octal2532111620244141303170
Binary101010111000100111100100101001000011000011100011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8972; }

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

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

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

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

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

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

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

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