#AA9275

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

Shades of Mongoose #AA9275

Tints of Mongoose #AA9275

Color information

#AA9275 (or 0xAA9275) is unknown color: approx Mongoose. HEX triplet: AA, 92 and 75. RGB value is (170,146,117). Sum of RGB (Red+Green+Blue) = 170+146+117=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 146 (57.42% from 255 or 33.72% from 433); Blue value is 117 (46.09% from 255 or 27.02% from 433); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9275 is #556D8A. Grayscale: #969696. Windows color (decimal): -5598603 or 7705258. OLE color: 7705258.

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

Color convert

RGB170146117-
CMYK00.140.310.33
HSL32.83º23.77%56.27%-
HSV(B)32.83º31.18%66.67%-
XYZ30.0730.3921.11-
YUV149.87109.45142.36-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.26%
GREEN value IS 146 (57.42% from 255) = 33.72%
BLUE value IS 117 (46.09% from 255) = 27.02%
R=39.26%
G=33.72%
B=27.02%

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
Decimal17014611700.140.310.3332.8323.7756.27
HexAA92750E1F21211838
Octal2522221650163741413070
Binary10101010100100101110101011101111110000110000111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9275; }

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

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

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

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

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

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

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

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