#AB8C6F

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

Shades of Mongoose #AB8C6F

Tints of Mongoose #AB8C6F

Color information

#AB8C6F (or 0xAB8C6F) is unknown color: approx Mongoose. HEX triplet: AB, 8C and 6F. RGB value is (171,140,111). Sum of RGB (Red+Green+Blue) = 171+140+111=422 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.52% from 422); Green value is 140 (55.08% from 255 or 33.18% from 422); Blue value is 111 (43.75% from 255 or 26.30% from 422); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8C6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8C6F is #547390. Grayscale: #929292. Windows color (decimal): -5534609 or 7310507. OLE color: 7310507.

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

Color convert

RGB171140111-
CMYK00.180.350.33
HSL29º26.32%55.29%-
HSV(B)29º35.09%67.06%-
XYZ29.0428.5619.02-
YUV145.96108.27145.86-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.52%
GREEN value IS 140 (55.08% from 255) = 33.18%
BLUE value IS 111 (43.75% from 255) = 26.30%
R=40.52%
G=33.18%
B=26.30%

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
Decimal17114011100.180.350.332926.3255.29
HexAB8C6F01223211d1a37
Octal2532141570224341353267
Binary101010111000110011011110100101000111000011110111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8C6F; }

 p { color: rgb(171,140,111); }

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

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

 a { background-color: rgb(171,140,111); }

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

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

 span { border-color: rgb(171,140,111); }

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