#AA916A

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

Shades of Mongoose #AA916A

Tints of Mongoose #AA916A

Color information

#AA916A (or 0xAA916A) is unknown color: approx Mongoose. HEX triplet: AA, 91 and 6A. RGB value is (170,145,106). Sum of RGB (Red+Green+Blue) = 170+145+106=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 145 (57.03% from 255 or 34.44% from 421); Blue value is 106 (41.80% from 255 or 25.18% from 421); Max value from RGB is 170 - color contains mainly: red. Hex color #AA916A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA916A is #556E95. Grayscale: #949494. Windows color (decimal): -5598870 or 6984106. OLE color: 6984106.

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

Color convert

RGB170145106-
CMYK00.150.380.33
HSL36.56º27.35%54.12%-
HSV(B)36.56º37.65%66.67%-
XYZ29.329.8417.85-
YUV148.03104.28143.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.38%
GREEN value IS 145 (57.03% from 255) = 34.44%
BLUE value IS 106 (41.80% from 255) = 25.18%
R=40.38%
G=34.44%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014510600.150.380.3336.5627.3554.12
HexAA916A0F2621251b36
Octal2522211520174641453366
Binary101010101001000111010100111110011010000110010111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA916A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA916A; }

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

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

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

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

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

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

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

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