#AA896C

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

Shades of Mongoose #AA896C

Tints of Mongoose #AA896C

Color information

#AA896C (or 0xAA896C) is unknown color: approx Mongoose. HEX triplet: AA, 89 and 6C. RGB value is (170,137,108). Sum of RGB (Red+Green+Blue) = 170+137+108=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 137 (53.91% from 255 or 33.01% from 415); Blue value is 108 (42.58% from 255 or 26.02% from 415); Max value from RGB is 170 - color contains mainly: red. Hex color #AA896C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA896C is #557693. Grayscale: #8F8F8F. Windows color (decimal): -5600916 or 7113130. OLE color: 7113130.

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

Color convert

RGB170137108-
CMYK00.190.360.33
HSL28.06º26.72%54.51%-
HSV(B)28.06º36.47%66.67%-
XYZ28.2327.5218.01-
YUV143.56107.93146.86-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.96%
GREEN value IS 137 (53.91% from 255) = 33.01%
BLUE value IS 108 (42.58% from 255) = 26.02%
R=40.96%
G=33.01%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013710800.190.360.3328.0626.7254.51
HexAA896C01324211c1b37
Octal2522111540234441343367
Binary101010101000100111011000100111001001000011110011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA896C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA896C; }

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

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

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

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

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

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

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

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