#AA916F

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

Shades of Mongoose #AA916F

Tints of Mongoose #AA916F

Color information

#AA916F (or 0xAA916F) is unknown color: approx Mongoose. HEX triplet: AA, 91 and 6F. RGB value is (170,145,111). Sum of RGB (Red+Green+Blue) = 170+145+111=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 145 (57.03% from 255 or 34.04% from 426); Blue value is 111 (43.75% from 255 or 26.06% from 426); Max value from RGB is 170 - color contains mainly: red. Hex color #AA916F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA916F is #556E90. Grayscale: #949494. Windows color (decimal): -5598865 or 7311786. OLE color: 7311786.

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

Color convert

RGB170145111-
CMYK00.150.350.33
HSL34.58º25.76%55.1%-
HSV(B)34.58º34.71%66.67%-
XYZ29.5729.9419.26-
YUV148.6106.78143.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.91%
GREEN value IS 145 (57.03% from 255) = 34.04%
BLUE value IS 111 (43.75% from 255) = 26.06%
R=39.91%
G=34.04%
B=26.06%

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
Decimal17014511100.150.350.3334.5825.7655.1
HexAA916F0F2321231a37
Octal2522211570174341433267
Binary101010101001000111011110111110001110000110001111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA916F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA916F; }

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

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

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

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

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

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

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

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