#AA886F

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

Shades of Mongoose #AA886F

Tints of Mongoose #AA886F

Color information

#AA886F (or 0xAA886F) is unknown color: approx Mongoose. HEX triplet: AA, 88 and 6F. RGB value is (170,136,111). Sum of RGB (Red+Green+Blue) = 170+136+111=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 136 (53.52% from 255 or 32.61% from 417); Blue value is 111 (43.75% from 255 or 26.62% from 417); Max value from RGB is 170 - color contains mainly: red. Hex color #AA886F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA886F is #557790. Grayscale: #8F8F8F. Windows color (decimal): -5601169 or 7309482. OLE color: 7309482.

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

Color convert

RGB170136111-
CMYK00.200.350.33
HSL25.42º25.76%55.1%-
HSV(B)25.42º34.71%66.67%-
XYZ28.2527.318.82-
YUV143.32109.76147.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.77%
GREEN value IS 136 (53.52% from 255) = 32.61%
BLUE value IS 111 (43.75% from 255) = 26.62%
R=40.77%
G=32.61%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013611100.200.350.3325.4225.7655.1
HexAA886F0142321191a37
Octal2522101570244341313267
Binary101010101000100011011110101001000111000011100111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA886F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA886F; }

 p { color: rgb(170,136,111); }

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

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

 a { background-color: rgb(170,136,111); }

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

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

 span { border-color: rgb(170,136,111); }

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