#AA896F

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

Shades of Mongoose #AA896F

Tints of Mongoose #AA896F

Color information

#AA896F (or 0xAA896F) is unknown color: approx Mongoose. HEX triplet: AA, 89 and 6F. RGB value is (170,137,111). Sum of RGB (Red+Green+Blue) = 170+137+111=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 137 (53.91% from 255 or 32.78% from 418); Blue value is 111 (43.75% from 255 or 26.56% from 418); Max value from RGB is 170 - color contains mainly: red. Hex color #AA896F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA896F is #557690. Grayscale: #909090. Windows color (decimal): -5600913 or 7309738. OLE color: 7309738.

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

Color convert

RGB170137111-
CMYK00.190.350.33
HSL26.44º25.76%55.1%-
HSV(B)26.44º34.71%66.67%-
XYZ28.3927.5918.87-
YUV143.9109.43146.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.67%
GREEN value IS 137 (53.91% from 255) = 32.78%
BLUE value IS 111 (43.75% from 255) = 26.56%
R=40.67%
G=32.78%
B=26.56%

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
Decimal17013711100.190.350.3326.4425.7655.1
HexAA896F01323211a1a37
Octal2522111570234341323267
Binary101010101000100111011110100111000111000011101011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA896F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA896F; }

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

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

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

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

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

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

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

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