#AB866F

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

Shades of Mongoose #AB866F

Tints of Mongoose #AB866F

Color information

#AB866F (or 0xAB866F) is unknown color: approx Mongoose. HEX triplet: AB, 86 and 6F. RGB value is (171,134,111). Sum of RGB (Red+Green+Blue) = 171+134+111=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 134 (52.73% from 255 or 32.21% from 416); Blue value is 111 (43.75% from 255 or 26.68% from 416); Max value from RGB is 171 - color contains mainly: red. Hex color #AB866F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB866F is #547990. Grayscale: #8E8E8E. Windows color (decimal): -5536145 or 7308971. OLE color: 7308971.

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

Color convert

RGB171134111-
CMYK00.220.350.33
HSL23º26.32%55.29%-
HSV(B)23º35.09%67.06%-
XYZ28.1926.8618.74-
YUV142.44110.26148.37-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.11%
GREEN value IS 134 (52.73% from 255) = 32.21%
BLUE value IS 111 (43.75% from 255) = 26.68%
R=41.11%
G=32.21%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113411100.220.350.332326.3255.29
HexAB866F0162321171a37
Octal2532061570264341273267
Binary101010111000011011011110101101000111000011011111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB866F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB866F; }

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

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

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

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

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

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

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

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