#AA8970

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

Shades of Mongoose #AA8970

Tints of Mongoose #AA8970

Color information

#AA8970 (or 0xAA8970) is unknown color: approx Mongoose. HEX triplet: AA, 89 and 70. RGB value is (170,137,112). Sum of RGB (Red+Green+Blue) = 170+137+112=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 137 (53.91% from 255 or 32.70% from 419); Blue value is 112 (44.14% from 255 or 26.73% from 419); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8970 is #55768F. Grayscale: #909090. Windows color (decimal): -5600912 or 7375274. OLE color: 7375274.

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

Color convert

RGB170137112-
CMYK00.190.340.33
HSL25.86º25.44%55.29%-
HSV(B)25.86º34.12%66.67%-
XYZ28.4527.6119.16-
YUV144.02109.93146.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.57%
GREEN value IS 137 (53.91% from 255) = 32.70%
BLUE value IS 112 (44.14% from 255) = 26.73%
R=40.57%
G=32.70%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013711200.190.340.3325.8625.4455.29
HexAA897001322211a1937
Octal2522111600234241323167
Binary101010101000100111100000100111000101000011101011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8970; }

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

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

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

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

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

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

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

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