#AA8C70

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

Shades of Mongoose #AA8C70

Tints of Mongoose #AA8C70

Color information

#AA8C70 (or 0xAA8C70) is unknown color: approx Mongoose. HEX triplet: AA, 8C and 70. RGB value is (170,140,112). Sum of RGB (Red+Green+Blue) = 170+140+112=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 140 (55.08% from 255 or 33.18% from 422); Blue value is 112 (44.14% from 255 or 26.54% from 422); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8C70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8C70 is #55738F. Grayscale: #919191. Windows color (decimal): -5600144 or 7376042. OLE color: 7376042.

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

Color convert

RGB170140112-
CMYK00.180.340.33
HSL28.97º25.44%55.29%-
HSV(B)28.97º34.12%66.67%-
XYZ28.8828.4719.3-
YUV145.78108.94145.28-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.28%
GREEN value IS 140 (55.08% from 255) = 33.18%
BLUE value IS 112 (44.14% from 255) = 26.54%
R=40.28%
G=33.18%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014011200.180.340.3328.9725.4455.29
HexAA8C7001222211d1937
Octal2522141600224241353167
Binary101010101000110011100000100101000101000011110111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8C70; }

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

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

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

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

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

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

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

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