Shades of Mongoose #AA8F6D
Tints of Mongoose #AA8F6D
RGB
CMYK
RGB Variations
Color information
#AA8F6D (or 0xAA8F6D) is known color: Mongoose. HEX triplet: AA, 8F and 6D. RGB value is (170,143,109). Sum of RGB (Red+Green+Blue) = 170+143+109=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 143 (56.25% from 255 or 33.89% from 422); Blue value is 109 (42.97% from 255 or 25.83% from 422); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8F6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8F6D is #557092. Grayscale: #939393. Windows color (decimal): -5599379 or 7180202. OLE color: 7180202.
HSL color Cylindrical-coordinate representation of color #AA8F6D: hue angle of 33.44º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AA8F6D is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 143 | 109 | - |
| CMYK | 0 | 0.16 | 0.36 | 0.33 |
| HSL | 33.44º | 0.26% | 0.55% | - |
| HSV(B) | 33.44º | 0.36% | 0.67% | - |
| XYZ | 29.16 | 29.3 | 18.59 | - |
| YUV | 147.2 | 106.45 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 143 | 109 | 0 | 0.16 | 0.36 | 0.33 | 33.44 | 0.26 | 0.55 |
| Hex | AA | 8F | 6D | 0 | 10 | 24 | 21 | 21 | 1A | 37 |
| Octal | 252 | 217 | 155 | 0 | 20 | 44 | 41 | 41 | 32 | 67 |
| Binary | 10101010 | 10001111 | 1101101 | 0 | 10000 | 100100 | 100001 | 100001 | 11010 | 110111 |
Color Harmonies of #AA8F6D
Complementary color
Monochromatic Colors of #AA8F6D
Black with #AA8F6D
Text Example
Text Example
White with #AA8F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8F6D; }
p { color: rgb(170,143,109); }
H1.HeaderClassName
{
color: #AA8F6D;
}
.AnyTagClassName
{
color: #AA8F6D;
}
</style>
background-color css
<style>
a { background-color: #AA8F6D; }
a { background-color: rgb(170,143,109); }
div.DivClassName
{
background-color: #AA8F6D;
}
.BgClassName
{
background-color: #AA8F6D;
}
</style>
border-color css
<style>
span { border-color: #AA8F6D; }
span { border-color: rgb(170,143,109); }
td.TdClassName
{
border-color: #AA8F6D;
}
.TagClassName
{
border-color: #AA8F6D;
}
</style>