#AA9472

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

Shades of Mongoose #AA9472

Tints of Mongoose #AA9472

Color information

#AA9472 (or 0xAA9472) is unknown color: approx Mongoose. HEX triplet: AA, 94 and 72. RGB value is (170,148,114). Sum of RGB (Red+Green+Blue) = 170+148+114=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 148 (58.20% from 255 or 34.26% from 432); Blue value is 114 (44.92% from 255 or 26.39% from 432); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9472 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9472 is #556B8D. Grayscale: #969696. Windows color (decimal): -5598094 or 7509162. OLE color: 7509162.

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

Color convert

RGB170148114-
CMYK00.130.330.33
HSL36.43º24.78%55.69%-
HSV(B)36.43º32.94%66.67%-
XYZ30.230.9420.3-
YUV150.7107.29141.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.35%
GREEN value IS 148 (58.20% from 255) = 34.26%
BLUE value IS 114 (44.92% from 255) = 26.39%
R=39.35%
G=34.26%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014811400.130.330.3336.4324.7855.69
HexAA94720D2121241938
Octal2522241620154141443170
Binary101010101001010011100100110110000110000110010011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9472; }

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

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

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

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

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

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

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

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