Shades of Mongoose #AA8F6E
Tints of Mongoose #AA8F6E
RGB
CMYK
RGB Variations
Color information
#AA8F6E (or 0xAA8F6E) is known color: Mongoose. HEX triplet: AA, 8F and 6E. RGB value is (170,143,110). Sum of RGB (Red+Green+Blue) = 170+143+110=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 143 (56.25% from 255 or 33.81% from 423); Blue value is 110 (43.36% from 255 or 26.00% from 423); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8F6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8F6E is #557091. Grayscale: #939393. Windows color (decimal): -5599378 or 7245738. OLE color: 7245738.
HSL color Cylindrical-coordinate representation of color #AA8F6E: hue angle of 33º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AA8F6E is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 143 | 110 | - |
| CMYK | 0 | 0.16 | 0.35 | 0.33 |
| HSL | 33º | 0.26% | 0.55% | - |
| HSV(B) | 33º | 0.35% | 0.67% | - |
| XYZ | 29.21 | 29.32 | 18.87 | - |
| YUV | 147.31 | 106.95 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 143 | 110 | 0 | 0.16 | 0.35 | 0.33 | 33 | 0.26 | 0.55 |
| Hex | AA | 8F | 6E | 0 | 10 | 23 | 21 | 21 | 1A | 37 |
| Octal | 252 | 217 | 156 | 0 | 20 | 43 | 41 | 41 | 32 | 67 |
| Binary | 10101010 | 10001111 | 1101110 | 0 | 10000 | 100011 | 100001 | 100001 | 11010 | 110111 |
Color Harmonies of #AA8F6E
Complementary color
Monochromatic Colors of #AA8F6E
Black with #AA8F6E
Text Example
Text Example
White with #AA8F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8F6E; }
p { color: rgb(170,143,110); }
H1.HeaderClassName
{
color: #AA8F6E;
}
.AnyTagClassName
{
color: #AA8F6E;
}
</style>
background-color css
<style>
a { background-color: #AA8F6E; }
a { background-color: rgb(170,143,110); }
div.DivClassName
{
background-color: #AA8F6E;
}
.BgClassName
{
background-color: #AA8F6E;
}
</style>
border-color css
<style>
span { border-color: #AA8F6E; }
span { border-color: rgb(170,143,110); }
td.TdClassName
{
border-color: #AA8F6E;
}
.TagClassName
{
border-color: #AA8F6E;
}
</style>