#AB8D70

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

Shades of Mongoose #AB8D70

Tints of Mongoose #AB8D70

Color information

#AB8D70 (or 0xAB8D70) is unknown color: approx Mongoose. HEX triplet: AB, 8D and 70. RGB value is (171,141,112). Sum of RGB (Red+Green+Blue) = 171+141+112=424 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.33% from 424); Green value is 141 (55.47% from 255 or 33.25% from 424); Blue value is 112 (44.14% from 255 or 26.42% from 424); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8D70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8D70 is #54728F. Grayscale: #929292. Windows color (decimal): -5534352 or 7376299. OLE color: 7376299.

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

Color convert

RGB171141112-
CMYK00.180.350.33
HSL29.49º25.99%55.49%-
HSV(B)29.49º34.5%67.06%-
XYZ29.2428.8819.36-
YUV146.66108.44145.36-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.33%
GREEN value IS 141 (55.47% from 255) = 33.25%
BLUE value IS 112 (44.14% from 255) = 26.42%
R=40.33%
G=33.25%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114111200.180.350.3329.4925.9955.49
HexAB8D7001223211d1a37
Octal2532151600224341353267
Binary101010111000110111100000100101000111000011110111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8D70; }

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

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

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

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

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

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

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

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