#AA9270

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

Shades of Mongoose #AA9270

Tints of Mongoose #AA9270

Color information

#AA9270 (or 0xAA9270) is unknown color: approx Mongoose. HEX triplet: AA, 92 and 70. RGB value is (170,146,112). Sum of RGB (Red+Green+Blue) = 170+146+112=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 146 (57.42% from 255 or 34.11% from 428); Blue value is 112 (44.14% from 255 or 26.17% from 428); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9270 is #556D8F. Grayscale: #959595. Windows color (decimal): -5598608 or 7377578. OLE color: 7377578.

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

Color convert

RGB170146112-
CMYK00.140.340.33
HSL35.17º25.44%55.29%-
HSV(B)35.17º34.12%66.67%-
XYZ29.7830.2719.6-
YUV149.3106.95142.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.72%
GREEN value IS 146 (57.42% from 255) = 34.11%
BLUE value IS 112 (44.14% from 255) = 26.17%
R=39.72%
G=34.11%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014611200.140.340.3335.1725.4455.29
HexAA92700E2221231937
Octal2522221600164241433167
Binary101010101001001011100000111010001010000110001111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9270; }

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

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

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

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

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

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

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

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