#AA9474

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

Shades of Mongoose #AA9474

Tints of Mongoose #AA9474

Color information

#AA9474 (or 0xAA9474) is unknown color: approx Mongoose. HEX triplet: AA, 94 and 74. RGB value is (170,148,116). Sum of RGB (Red+Green+Blue) = 170+148+116=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 148 (58.20% from 255 or 34.10% from 434); Blue value is 116 (45.70% from 255 or 26.73% from 434); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9474 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9474 is #556B8B. Grayscale: #979797. Windows color (decimal): -5598092 or 7640234. OLE color: 7640234.

HSL color Cylindrical-coordinate representation of color #AA9474: hue angle of 35.56º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AA9474 is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB170148116-
CMYK00.130.320.33
HSL35.56º24.11%56.08%-
HSV(B)35.56º31.76%66.67%-
XYZ30.3230.9920.91-
YUV150.93108.29141.6-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.17%
GREEN value IS 148 (58.20% from 255) = 34.10%
BLUE value IS 116 (45.70% from 255) = 26.73%
R=39.17%
G=34.10%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014811600.130.320.3335.5624.1156.08
HexAA94740D2021241838
Octal2522241640154041443070
Binary101010101001010011101000110110000010000110010011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9474; }

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

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

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

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

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

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

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

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