#AA8E65

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

Shades of Mongoose #AA8E65

Tints of Mongoose #AA8E65

Color information

#AA8E65 (or 0xAA8E65) is unknown color: approx Mongoose. HEX triplet: AA, 8E and 65. RGB value is (170,142,101). Sum of RGB (Red+Green+Blue) = 170+142+101=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 142 (55.86% from 255 or 34.38% from 413); Blue value is 101 (39.84% from 255 or 24.46% from 413); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8E65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8E65 is #55719A. Grayscale: #919191. Windows color (decimal): -5599643 or 6655658. OLE color: 6655658.

HSL color Cylindrical-coordinate representation of color #AA8E65: hue angle of 35.65º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA8E65 is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB170142101-
CMYK00.160.410.33
HSL35.65º28.87%53.14%-
HSV(B)35.65º40.59%66.67%-
XYZ28.628.8316.37-
YUV145.7102.78145.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.16%
GREEN value IS 142 (55.86% from 255) = 34.38%
BLUE value IS 101 (39.84% from 255) = 24.46%
R=41.16%
G=34.38%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014210100.160.410.3335.6528.8753.14
HexAA8E650102921241d35
Octal2522161450205141443565
Binary1010101010001110110010101000010100110000110010011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8E65; }

 p { color: rgb(170,142,101); }

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

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

 a { background-color: rgb(170,142,101); }

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

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

 span { border-color: rgb(170,142,101); }

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