#AA916E

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

Shades of Mongoose #AA916E

Tints of Mongoose #AA916E

Color information

#AA916E (or 0xAA916E) is unknown color: approx Mongoose. HEX triplet: AA, 91 and 6E. RGB value is (170,145,110). Sum of RGB (Red+Green+Blue) = 170+145+110=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 145 (57.03% from 255 or 34.12% from 425); Blue value is 110 (43.36% from 255 or 25.88% from 425); Max value from RGB is 170 - color contains mainly: red. Hex color #AA916E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA916E is #556E91. Grayscale: #949494. Windows color (decimal): -5598866 or 7246250. OLE color: 7246250.

HSL color Cylindrical-coordinate representation of color #AA916E: hue angle of 35º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AA916E is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB170145110-
CMYK00.150.350.33
HSL35º26.09%54.9%-
HSV(B)35º35.29%66.67%-
XYZ29.5229.9218.97-
YUV148.48106.28143.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40%
GREEN value IS 145 (57.03% from 255) = 34.12%
BLUE value IS 110 (43.36% from 255) = 25.88%
R=40%
G=34.12%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014511000.150.350.333526.0954.9
HexAA916E0F2321231a37
Octal2522211560174341433267
Binary101010101001000111011100111110001110000110001111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA916E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA916E; }

 p { color: rgb(170,145,110); }

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

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

 a { background-color: rgb(170,145,110); }

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

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

 span { border-color: rgb(170,145,110); }

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