#AB8B70

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

Shades of Mongoose #AB8B70

Tints of Mongoose #AB8B70

Color information

#AB8B70 (or 0xAB8B70) is unknown color: approx Mongoose. HEX triplet: AB, 8B and 70. RGB value is (171,139,112). Sum of RGB (Red+Green+Blue) = 171+139+112=422 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.52% from 422); Green value is 139 (54.69% from 255 or 32.94% from 422); Blue value is 112 (44.14% from 255 or 26.54% from 422); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8B70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8B70 is #54748F. Grayscale: #919191. Windows color (decimal): -5534864 or 7375787. OLE color: 7375787.

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

Color convert

RGB171139112-
CMYK00.190.350.33
HSL27.46º25.99%55.49%-
HSV(B)27.46º34.5%67.06%-
XYZ28.9528.2919.26-
YUV145.49109.1146.2-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.52%
GREEN value IS 139 (54.69% from 255) = 32.94%
BLUE value IS 112 (44.14% from 255) = 26.54%
R=40.52%
G=32.94%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113911200.190.350.3327.4625.9955.49
HexAB8B7001323211b1a37
Octal2532131600234341333267
Binary101010111000101111100000100111000111000011101111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8B70; }

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

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

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

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

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

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

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

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