#AA9276

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

Shades of Mongoose #AA9276

Tints of Mongoose #AA9276

Color information

#AA9276 (or 0xAA9276) is unknown color: approx Mongoose. HEX triplet: AA, 92 and 76. RGB value is (170,146,118). Sum of RGB (Red+Green+Blue) = 170+146+118=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 146 (57.42% from 255 or 33.64% from 434); Blue value is 118 (46.48% from 255 or 27.19% from 434); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9276 is #556D89. Grayscale: #969696. Windows color (decimal): -5598602 or 7770794. OLE color: 7770794.

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

Color convert

RGB170146118-
CMYK00.140.310.33
HSL32.31º23.42%56.47%-
HSV(B)32.31º30.59%66.67%-
XYZ30.1330.4121.42-
YUV149.98109.95142.28-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.17%
GREEN value IS 146 (57.42% from 255) = 33.64%
BLUE value IS 118 (46.48% from 255) = 27.19%
R=39.17%
G=33.64%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014611800.140.310.3332.3123.4256.47
HexAA92760E1F21201738
Octal2522221660163741402770
Binary10101010100100101110110011101111110000110000010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9276; }

 p { color: rgb(170,146,118); }

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

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

 a { background-color: rgb(170,146,118); }

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

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

 span { border-color: rgb(170,146,118); }

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