Shades of Mongoose #AA8F6B
Tints of Mongoose #AA8F6B
RGB
CMYK
RGB Variations
Color information
#AA8F6B (or 0xAA8F6B) is known color: Mongoose. HEX triplet: AA, 8F and 6B. RGB value is (170,143,107). Sum of RGB (Red+Green+Blue) = 170+143+107=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 143 (56.25% from 255 or 34.05% from 420); Blue value is 107 (42.19% from 255 or 25.48% from 420); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8F6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8F6B is #557094. Grayscale: #939393. Windows color (decimal): -5599381 or 7049130. OLE color: 7049130.
HSL color Cylindrical-coordinate representation of color #AA8F6B: hue angle of 34.29º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AA8F6B is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 143 | 107 | - |
| CMYK | 0 | 0.16 | 0.37 | 0.33 |
| HSL | 34.29º | 0.27% | 0.54% | - |
| HSV(B) | 34.29º | 0.37% | 0.67% | - |
| XYZ | 29.05 | 29.25 | 18.02 | - |
| YUV | 146.97 | 105.45 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 143 | 107 | 0 | 0.16 | 0.37 | 0.33 | 34.29 | 0.27 | 0.54 |
| Hex | AA | 8F | 6B | 0 | 10 | 25 | 21 | 22 | 1B | 36 |
| Octal | 252 | 217 | 153 | 0 | 20 | 45 | 41 | 42 | 33 | 66 |
| Binary | 10101010 | 10001111 | 1101011 | 0 | 10000 | 100101 | 100001 | 100010 | 11011 | 110110 |
Color Harmonies of #AA8F6B
Complementary color
Monochromatic Colors of #AA8F6B
Black with #AA8F6B
Text Example
Text Example
White with #AA8F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8F6B; }
p { color: rgb(170,143,107); }
H1.HeaderClassName
{
color: #AA8F6B;
}
.AnyTagClassName
{
color: #AA8F6B;
}
</style>
background-color css
<style>
a { background-color: #AA8F6B; }
a { background-color: rgb(170,143,107); }
div.DivClassName
{
background-color: #AA8F6B;
}
.BgClassName
{
background-color: #AA8F6B;
}
</style>
border-color css
<style>
span { border-color: #AA8F6B; }
span { border-color: rgb(170,143,107); }
td.TdClassName
{
border-color: #AA8F6B;
}
.TagClassName
{
border-color: #AA8F6B;
}
</style>