#AA8D6D

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

Shades of Mongoose #AA8D6D

Tints of Mongoose #AA8D6D

Color information

#AA8D6D (or 0xAA8D6D) is unknown color: approx Mongoose. HEX triplet: AA, 8D and 6D. RGB value is (170,141,109). Sum of RGB (Red+Green+Blue) = 170+141+109=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 141 (55.47% from 255 or 33.57% from 420); Blue value is 109 (42.97% from 255 or 25.95% from 420); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8D6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8D6D is #557292. Grayscale: #929292. Windows color (decimal): -5599891 or 7179690. OLE color: 7179690.

HSL color Cylindrical-coordinate representation of color #AA8D6D: hue angle of 31.48º degrees, saturation: 0.26, 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 #AA8D6D is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB170141109-
CMYK00.170.360.33
HSL31.48º26.41%54.71%-
HSV(B)31.48º35.88%66.67%-
XYZ28.8628.718.49-
YUV146.02107.11145.1-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.48%
GREEN value IS 141 (55.47% from 255) = 33.57%
BLUE value IS 109 (42.97% from 255) = 25.95%
R=40.48%
G=33.57%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014110900.170.360.3331.4826.4154.71
HexAA8D6D01124211f1a37
Octal2522151550214441373267
Binary101010101000110111011010100011001001000011111111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8D6D; }

 p { color: rgb(170,141,109); }

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

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

 a { background-color: rgb(170,141,109); }

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

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

 span { border-color: rgb(170,141,109); }

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