#AA8C6E

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

Shades of Mongoose #AA8C6E

Tints of Mongoose #AA8C6E

Color information

#AA8C6E (or 0xAA8C6E) is unknown color: approx Mongoose. HEX triplet: AA, 8C and 6E. RGB value is (170,140,110). Sum of RGB (Red+Green+Blue) = 170+140+110=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 140 (55.08% from 255 or 33.33% from 420); Blue value is 110 (43.36% from 255 or 26.19% from 420); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8C6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8C6E is #557391. Grayscale: #919191. Windows color (decimal): -5600146 or 7244970. OLE color: 7244970.

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

Color convert

RGB170140110-
CMYK00.180.350.33
HSL30º26.09%54.9%-
HSV(B)30º35.29%66.67%-
XYZ28.7728.4318.72-
YUV145.55107.94145.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.48%
GREEN value IS 140 (55.08% from 255) = 33.33%
BLUE value IS 110 (43.36% from 255) = 26.19%
R=40.48%
G=33.33%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014011000.180.350.333026.0954.9
HexAA8C6E01223211e1a37
Octal2522141560224341363267
Binary101010101000110011011100100101000111000011111011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8C6E; }

 p { color: rgb(170,140,110); }

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

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

 a { background-color: rgb(170,140,110); }

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

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

 span { border-color: rgb(170,140,110); }

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