#AB8E70

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

Shades of Mongoose #AB8E70

Tints of Mongoose #AB8E70

Color information

#AB8E70 (or 0xAB8E70) is unknown color: approx Mongoose. HEX triplet: AB, 8E and 70. RGB value is (171,142,112). Sum of RGB (Red+Green+Blue) = 171+142+112=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 142 (55.86% from 255 or 33.41% from 425); Blue value is 112 (44.14% from 255 or 26.35% from 425); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8E70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8E70 is #54718F. Grayscale: #939393. Windows color (decimal): -5534096 or 7376555. OLE color: 7376555.

HSL color Cylindrical-coordinate representation of color #AB8E70: hue angle of 30.51º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AB8E70 is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB171142112-
CMYK00.170.350.33
HSL30.51º25.99%55.49%-
HSV(B)30.51º34.5%67.06%-
XYZ29.3929.1719.41-
YUV147.25108.11144.94-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.24%
GREEN value IS 142 (55.86% from 255) = 33.41%
BLUE value IS 112 (44.14% from 255) = 26.35%
R=40.24%
G=33.41%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114211200.170.350.3330.5125.9955.49
HexAB8E7001123211f1a37
Octal2532161600214341373267
Binary101010111000111011100000100011000111000011111111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8E70; }

 p { color: rgb(171,142,112); }

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

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

 a { background-color: rgb(171,142,112); }

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

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

 span { border-color: rgb(171,142,112); }

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