#AA8F70

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

Shades of Mongoose #AA8F70

Tints of Mongoose #AA8F70

Color information

#AA8F70 (or 0xAA8F70) is unknown color: approx Mongoose. HEX triplet: AA, 8F and 70. RGB value is (170,143,112). Sum of RGB (Red+Green+Blue) = 170+143+112=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 143 (56.25% from 255 or 33.65% from 425); Blue value is 112 (44.14% from 255 or 26.35% from 425); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8F70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8F70 is #55708F. Grayscale: #939393. Windows color (decimal): -5599376 or 7376810. OLE color: 7376810.

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

Color convert

RGB170143112-
CMYK00.160.340.33
HSL32.07º25.44%55.29%-
HSV(B)32.07º34.12%66.67%-
XYZ29.3229.3619.45-
YUV147.54107.95144.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40%
GREEN value IS 143 (56.25% from 255) = 33.65%
BLUE value IS 112 (44.14% from 255) = 26.35%
R=40%
G=33.65%
B=26.35%

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
Decimal17014311200.160.340.3332.0725.4455.29
HexAA8F700102221201937
Octal2522171600204241403167
Binary1010101010001111111000001000010001010000110000011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8F70; }

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

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

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

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

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

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

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

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