#AA9072

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

Shades of Mongoose #AA9072

Tints of Mongoose #AA9072

Color information

#AA9072 (or 0xAA9072) is unknown color: approx Mongoose. HEX triplet: AA, 90 and 72. RGB value is (170,144,114). Sum of RGB (Red+Green+Blue) = 170+144+114=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 144 (56.64% from 255 or 33.64% from 428); Blue value is 114 (44.92% from 255 or 26.64% from 428); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9072 is #556F8D. Grayscale: #949494. Windows color (decimal): -5599118 or 7508138. OLE color: 7508138.

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

Color convert

RGB170144114-
CMYK00.150.330.33
HSL32.14º24.78%55.69%-
HSV(B)32.14º32.94%66.67%-
XYZ29.5929.7120.09-
YUV148.35108.61143.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.72%
GREEN value IS 144 (56.64% from 255) = 33.64%
BLUE value IS 114 (44.92% from 255) = 26.64%
R=39.72%
G=33.64%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014411400.150.330.3332.1424.7855.69
HexAA90720F2121201938
Octal2522201620174141403170
Binary101010101001000011100100111110000110000110000011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9072; }

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

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

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

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

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

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

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

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