#AA9370

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

Shades of Mongoose #AA9370

Tints of Mongoose #AA9370

Color information

#AA9370 (or 0xAA9370) is unknown color: approx Mongoose. HEX triplet: AA, 93 and 70. RGB value is (170,147,112). Sum of RGB (Red+Green+Blue) = 170+147+112=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 147 (57.81% from 255 or 34.27% from 429); Blue value is 112 (44.14% from 255 or 26.11% from 429); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9370 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9370 is #556C8F. Grayscale: #969696. Windows color (decimal): -5598352 or 7377834. OLE color: 7377834.

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

Color convert

RGB170147112-
CMYK00.140.340.33
HSL36.21º25.44%55.29%-
HSV(B)36.21º34.12%66.67%-
XYZ29.9430.5819.65-
YUV149.89106.62142.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.63%
GREEN value IS 147 (57.81% from 255) = 34.27%
BLUE value IS 112 (44.14% from 255) = 26.11%
R=39.63%
G=34.27%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014711200.140.340.3336.2125.4455.29
HexAA93700E2221241937
Octal2522231600164241443167
Binary101010101001001111100000111010001010000110010011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9370; }

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

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

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

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

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

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

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

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