#AA8D72

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

Shades of Mongoose #AA8D72

Tints of Mongoose #AA8D72

Color information

#AA8D72 (or 0xAA8D72) is unknown color: approx Mongoose. HEX triplet: AA, 8D and 72. RGB value is (170,141,114). Sum of RGB (Red+Green+Blue) = 170+141+114=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 141 (55.47% from 255 or 33.18% from 425); Blue value is 114 (44.92% from 255 or 26.82% from 425); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8D72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8D72 is #55728D. Grayscale: #929292. Windows color (decimal): -5599886 or 7507370. OLE color: 7507370.

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

Color convert

RGB170141114-
CMYK00.170.330.33
HSL28.93º24.78%55.69%-
HSV(B)28.93º32.94%66.67%-
XYZ29.1428.8119.94-
YUV146.59109.61144.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40%
GREEN value IS 141 (55.47% from 255) = 33.18%
BLUE value IS 114 (44.92% from 255) = 26.82%
R=40%
G=33.18%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014111400.170.330.3328.9324.7855.69
HexAA8D7201121211d1938
Octal2522151620214141353170
Binary101010101000110111100100100011000011000011110111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8D72; }

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

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

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

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

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

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

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

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