#AA9572

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

Shades of Mongoose #AA9572

Tints of Mongoose #AA9572

Color information

#AA9572 (or 0xAA9572) is unknown color: approx Mongoose. HEX triplet: AA, 95 and 72. RGB value is (170,149,114). Sum of RGB (Red+Green+Blue) = 170+149+114=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 149 (58.59% from 255 or 34.41% from 433); Blue value is 114 (44.92% from 255 or 26.33% from 433); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9572 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9572 is #556A8D. Grayscale: #979797. Windows color (decimal): -5597838 or 7509418. OLE color: 7509418.

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

Color convert

RGB170149114-
CMYK00.120.330.33
HSL37.5º24.78%55.69%-
HSV(B)37.5º32.94%66.67%-
XYZ30.3631.2620.35-
YUV151.29106.96141.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.26%
GREEN value IS 149 (58.59% from 255) = 34.41%
BLUE value IS 114 (44.92% from 255) = 26.33%
R=39.26%
G=34.41%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014911400.120.330.3337.524.7855.69
HexAA95720C2121261938
Octal2522251620144141463170
Binary101010101001010111100100110010000110000110011011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9572; }

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

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

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

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

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

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

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

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