#AA8F76

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

Shades of Mongoose #AA8F76

Tints of Mongoose #AA8F76

Color information

#AA8F76 (or 0xAA8F76) is unknown color: approx Mongoose. HEX triplet: AA, 8F and 76. RGB value is (170,143,118). Sum of RGB (Red+Green+Blue) = 170+143+118=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 143 (56.25% from 255 or 33.18% from 431); Blue value is 118 (46.48% from 255 or 27.38% from 431); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8F76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8F76 is #557089. Grayscale: #949494. Windows color (decimal): -5599370 or 7770026. OLE color: 7770026.

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

Color convert

RGB170143118-
CMYK00.160.310.33
HSL28.85º23.42%56.47%-
HSV(B)28.85º30.59%66.67%-
XYZ29.6729.521.27-
YUV148.22110.95143.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.44%
GREEN value IS 143 (56.25% from 255) = 33.18%
BLUE value IS 118 (46.48% from 255) = 27.38%
R=39.44%
G=33.18%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014311800.160.310.3328.8523.4256.47
HexAA8F760101F211d1738
Octal2522171660203741352770
Binary10101010100011111110110010000111111000011110110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8F76; }

 p { color: rgb(170,143,118); }

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

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

 a { background-color: rgb(170,143,118); }

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

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

 span { border-color: rgb(170,143,118); }

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