#AB8F70

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

Shades of Mongoose #AB8F70

Tints of Mongoose #AB8F70

Color information

#AB8F70 (or 0xAB8F70) is unknown color: approx Mongoose. HEX triplet: AB, 8F and 70. RGB value is (171,143,112). Sum of RGB (Red+Green+Blue) = 171+143+112=426 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.14% from 426); Green value is 143 (56.25% from 255 or 33.57% from 426); Blue value is 112 (44.14% from 255 or 26.29% from 426); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8F70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8F70 is #54708F. Grayscale: #939393. Windows color (decimal): -5533840 or 7376811. OLE color: 7376811.

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

Color convert

RGB171143112-
CMYK00.160.350.33
HSL31.53º25.99%55.49%-
HSV(B)31.53º34.5%67.06%-
XYZ29.5429.4719.46-
YUV147.84107.78144.52-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.14%
GREEN value IS 143 (56.25% from 255) = 33.57%
BLUE value IS 112 (44.14% from 255) = 26.29%
R=40.14%
G=33.57%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114311200.160.350.3331.5325.9955.49
HexAB8F700102321201a37
Octal2532171600204341403267
Binary1010101110001111111000001000010001110000110000011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8F70; }

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

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

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

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

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

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

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

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