#AA916C

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

Shades of Mongoose #AA916C

Tints of Mongoose #AA916C

Color information

#AA916C (or 0xAA916C) is unknown color: approx Mongoose. HEX triplet: AA, 91 and 6C. RGB value is (170,145,108). Sum of RGB (Red+Green+Blue) = 170+145+108=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 145 (57.03% from 255 or 34.28% from 423); Blue value is 108 (42.58% from 255 or 25.53% from 423); Max value from RGB is 170 - color contains mainly: red. Hex color #AA916C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA916C is #556E93. Grayscale: #949494. Windows color (decimal): -5598868 or 7115178. OLE color: 7115178.

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

Color convert

RGB170145108-
CMYK00.150.360.33
HSL35.81º26.72%54.51%-
HSV(B)35.81º36.47%66.67%-
XYZ29.4129.8818.4-
YUV148.26105.28143.51-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.19%
GREEN value IS 145 (57.03% from 255) = 34.28%
BLUE value IS 108 (42.58% from 255) = 25.53%
R=40.19%
G=34.28%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014510800.150.360.3335.8126.7254.51
HexAA916C0F2421241b37
Octal2522211540174441443367
Binary101010101001000111011000111110010010000110010011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA916C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA916C; }

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

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

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

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

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

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

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

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