#AA9473

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

Shades of Mongoose #AA9473

Tints of Mongoose #AA9473

Color information

#AA9473 (or 0xAA9473) is unknown color: approx Mongoose. HEX triplet: AA, 94 and 73. RGB value is (170,148,115). Sum of RGB (Red+Green+Blue) = 170+148+115=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 148 (58.20% from 255 or 34.18% from 433); Blue value is 115 (45.31% from 255 or 26.56% from 433); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9473 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9473 is #556B8C. Grayscale: #969696. Windows color (decimal): -5598093 or 7574698. OLE color: 7574698.

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

Color convert

RGB170148115-
CMYK00.130.320.33
HSL36º24.44%55.88%-
HSV(B)36º32.35%66.67%-
XYZ30.2630.9620.6-
YUV150.82107.79141.68-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.26%
GREEN value IS 148 (58.20% from 255) = 34.18%
BLUE value IS 115 (45.31% from 255) = 26.56%
R=39.26%
G=34.18%
B=26.56%

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
Decimal17014811500.130.320.333624.4455.88
HexAA94730D2021241838
Octal2522241630154041443070
Binary101010101001010011100110110110000010000110010011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9473; }

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

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

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

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

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

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

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

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