Shades of Mongoose #AA8C75
Tints of Mongoose #AA8C75
RGB
CMYK
RGB Variations
Color information
#AA8C75 (or 0xAA8C75) is known color: Mongoose. HEX triplet: AA, 8C and 75. RGB value is (170,140,117). Sum of RGB (Red+Green+Blue) = 170+140+117=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 140 (55.08% from 255 or 32.79% from 427); Blue value is 117 (46.09% from 255 or 27.40% from 427); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8C75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8C75 is #55738A. Grayscale: #929292. Windows color (decimal): -5600139 or 7703722. OLE color: 7703722.
HSL color Cylindrical-coordinate representation of color #AA8C75: hue angle of 26.04º degrees, saturation: 0.24, 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 #AA8C75 is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 140 | 117 | - |
| CMYK | 0 | 0.18 | 0.31 | 0.33 |
| HSL | 26.04º | 0.24% | 0.56% | - |
| HSV(B) | 26.04º | 0.31% | 0.67% | - |
| XYZ | 29.17 | 28.59 | 20.81 | - |
| YUV | 146.35 | 111.44 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 140 | 117 | 0 | 0.18 | 0.31 | 0.33 | 26.04 | 0.24 | 0.56 |
| Hex | AA | 8C | 75 | 0 | 12 | 1F | 21 | 1A | 18 | 38 |
| Octal | 252 | 214 | 165 | 0 | 22 | 37 | 41 | 32 | 30 | 70 |
| Binary | 10101010 | 10001100 | 1110101 | 0 | 10010 | 11111 | 100001 | 11010 | 11000 | 111000 |
Color Harmonies of #AA8C75
Complementary color
Monochromatic Colors of #AA8C75
Black with #AA8C75
Text Example
Text Example
White with #AA8C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8C75; }
p { color: rgb(170,140,117); }
H1.HeaderClassName
{
color: #AA8C75;
}
.AnyTagClassName
{
color: #AA8C75;
}
</style>
background-color css
<style>
a { background-color: #AA8C75; }
a { background-color: rgb(170,140,117); }
div.DivClassName
{
background-color: #AA8C75;
}
.BgClassName
{
background-color: #AA8C75;
}
</style>
border-color css
<style>
span { border-color: #AA8C75; }
span { border-color: rgb(170,140,117); }
td.TdClassName
{
border-color: #AA8C75;
}
.TagClassName
{
border-color: #AA8C75;
}
</style>