#AA9168

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

Shades of Mongoose #AA9168

Tints of Mongoose #AA9168

Color information

#AA9168 (or 0xAA9168) is unknown color: approx Mongoose. HEX triplet: AA, 91 and 68. RGB value is (170,145,104). Sum of RGB (Red+Green+Blue) = 170+145+104=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 145 (57.03% from 255 or 34.61% from 419); Blue value is 104 (41.02% from 255 or 24.82% from 419); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9168 is #556E97. Grayscale: #939393. Windows color (decimal): -5598872 or 6853034. OLE color: 6853034.

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

Color convert

RGB170145104-
CMYK00.150.390.33
HSL37.27º27.97%53.73%-
HSV(B)37.27º38.82%66.67%-
XYZ29.229.817.31-
YUV147.8103.28143.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.57%
GREEN value IS 145 (57.03% from 255) = 34.61%
BLUE value IS 104 (41.02% from 255) = 24.82%
R=40.57%
G=34.61%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014510400.150.390.3337.2727.9753.73
HexAA91680F2721251c36
Octal2522211500174741453466
Binary101010101001000111010000111110011110000110010111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9168; }

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

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

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

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

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

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

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

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