#AA9471

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

Shades of Mongoose #AA9471

Tints of Mongoose #AA9471

Color information

#AA9471 (or 0xAA9471) is unknown color: approx Mongoose. HEX triplet: AA, 94 and 71. RGB value is (170,148,113). Sum of RGB (Red+Green+Blue) = 170+148+113=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 148 (58.20% from 255 or 34.34% from 431); Blue value is 113 (44.53% from 255 or 26.22% from 431); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9471 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9471 is #556B8E. Grayscale: #969696. Windows color (decimal): -5598095 or 7443626. OLE color: 7443626.

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

Color convert

RGB170148113-
CMYK00.130.340.33
HSL36.84º25.11%55.49%-
HSV(B)36.84º33.53%66.67%-
XYZ30.1530.9220-
YUV150.59106.79141.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.44%
GREEN value IS 148 (58.20% from 255) = 34.34%
BLUE value IS 113 (44.53% from 255) = 26.22%
R=39.44%
G=34.34%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014811300.130.340.3336.8425.1155.49
HexAA94710D2221251937
Octal2522241610154241453167
Binary101010101001010011100010110110001010000110010111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9471; }

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

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

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

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

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

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

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

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