#AB886E

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

Shades of Mongoose #AB886E

Tints of Mongoose #AB886E

Color information

#AB886E (or 0xAB886E) is unknown color: approx Mongoose. HEX triplet: AB, 88 and 6E. RGB value is (171,136,110). Sum of RGB (Red+Green+Blue) = 171+136+110=417 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.01% from 417); Green value is 136 (53.52% from 255 or 32.61% from 417); Blue value is 110 (43.36% from 255 or 26.38% from 417); Max value from RGB is 171 - color contains mainly: red. Hex color #AB886E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB886E is #547791. Grayscale: #8F8F8F. Windows color (decimal): -5535634 or 7243947. OLE color: 7243947.

HSL color Cylindrical-coordinate representation of color #AB886E: hue angle of 25.57º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AB886E is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB171136110-
CMYK00.200.360.33
HSL25.57º26.64%55.1%-
HSV(B)25.57º35.67%67.06%-
XYZ28.4127.3918.54-
YUV143.5109.1147.61-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.01%
GREEN value IS 136 (53.52% from 255) = 32.61%
BLUE value IS 110 (43.36% from 255) = 26.38%
R=41.01%
G=32.61%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113611000.200.360.3325.5726.6455.1
HexAB886E01424211a1b37
Octal2532101560244441323367
Binary101010111000100011011100101001001001000011101011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB886E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB886E; }

 p { color: rgb(171,136,110); }

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

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

 a { background-color: rgb(171,136,110); }

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

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

 span { border-color: rgb(171,136,110); }

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