#AA9570

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

Shades of Mongoose #AA9570

Tints of Mongoose #AA9570

Color information

#AA9570 (or 0xAA9570) is unknown color: approx Mongoose. HEX triplet: AA, 95 and 70. RGB value is (170,149,112). Sum of RGB (Red+Green+Blue) = 170+149+112=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 149 (58.59% from 255 or 34.57% from 431); Blue value is 112 (44.14% from 255 or 25.99% from 431); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9570 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9570 is #556A8F. Grayscale: #979797. Windows color (decimal): -5597840 or 7378346. OLE color: 7378346.

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

Color convert

RGB170149112-
CMYK00.120.340.33
HSL38.28º25.44%55.29%-
HSV(B)38.28º34.12%66.67%-
XYZ30.2531.2119.76-
YUV151.06105.96141.51-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.44%
GREEN value IS 149 (58.59% from 255) = 34.57%
BLUE value IS 112 (44.14% from 255) = 25.99%
R=39.44%
G=34.57%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014911200.120.340.3338.2825.4455.29
HexAA95700C2221261937
Octal2522251600144241463167
Binary101010101001010111100000110010001010000110011011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9570; }

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

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

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

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

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

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

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

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