#AA8F71

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

Shades of Mongoose #AA8F71

Tints of Mongoose #AA8F71

Color information

#AA8F71 (or 0xAA8F71) is unknown color: approx Mongoose. HEX triplet: AA, 8F and 71. RGB value is (170,143,113). Sum of RGB (Red+Green+Blue) = 170+143+113=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 143 (56.25% from 255 or 33.57% from 426); Blue value is 113 (44.53% from 255 or 26.53% from 426); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8F71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8F71 is #55708E. Grayscale: #939393. Windows color (decimal): -5599375 or 7442346. OLE color: 7442346.

HSL color Cylindrical-coordinate representation of color #AA8F71: hue angle of 31.58º 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 #AA8F71 is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB170143113-
CMYK00.160.340.33
HSL31.58º25.11%55.49%-
HSV(B)31.58º33.53%66.67%-
XYZ29.3829.3819.75-
YUV147.65108.45143.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.91%
GREEN value IS 143 (56.25% from 255) = 33.57%
BLUE value IS 113 (44.53% from 255) = 26.53%
R=39.91%
G=33.57%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014311300.160.340.3331.5825.1155.49
HexAA8F710102221201937
Octal2522171610204241403167
Binary1010101010001111111000101000010001010000110000011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8F71; }

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

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

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

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

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

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

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

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