#AA8972

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

Shades of Mongoose #AA8972

Tints of Mongoose #AA8972

Color information

#AA8972 (or 0xAA8972) is unknown color: approx Mongoose. HEX triplet: AA, 89 and 72. RGB value is (170,137,114). Sum of RGB (Red+Green+Blue) = 170+137+114=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 137 (53.91% from 255 or 32.54% from 421); Blue value is 114 (44.92% from 255 or 27.08% from 421); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8972 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8972 is #55768D. Grayscale: #909090. Windows color (decimal): -5600910 or 7506346. OLE color: 7506346.

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

Color convert

RGB170137114-
CMYK00.190.330.33
HSL24.64º24.78%55.69%-
HSV(B)24.64º32.94%66.67%-
XYZ28.5627.6519.75-
YUV144.24110.93146.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.38%
GREEN value IS 137 (53.91% from 255) = 32.54%
BLUE value IS 114 (44.92% from 255) = 27.08%
R=40.38%
G=32.54%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013711400.190.330.3324.6424.7855.69
HexAA89720132121191938
Octal2522111620234141313170
Binary101010101000100111100100100111000011000011100111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8972; }

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

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

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

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

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

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

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

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