Shades of Mongoose #AA8F68
Tints of Mongoose #AA8F68
RGB
CMYK
RGB Variations
Color information
#AA8F68 (or 0xAA8F68) is known color: Mongoose. HEX triplet: AA, 8F and 68. RGB value is (170,143,104). Sum of RGB (Red+Green+Blue) = 170+143+104=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 143 (56.25% from 255 or 34.29% from 417); Blue value is 104 (41.02% from 255 or 24.94% from 417); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8F68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8F68 is #557097. Grayscale: #929292. Windows color (decimal): -5599384 or 6852522. OLE color: 6852522.
HSL color Cylindrical-coordinate representation of color #AA8F68: hue angle of 35.45º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA8F68 is Cyan = 0, Magento = 0.16, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 143 | 104 | - |
| CMYK | 0 | 0.16 | 0.39 | 0.33 |
| HSL | 35.45º | 0.28% | 0.54% | - |
| HSV(B) | 35.45º | 0.39% | 0.67% | - |
| XYZ | 28.9 | 29.19 | 17.21 | - |
| YUV | 146.63 | 103.95 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 143 | 104 | 0 | 0.16 | 0.39 | 0.33 | 35.45 | 0.28 | 0.54 |
| Hex | AA | 8F | 68 | 0 | 10 | 27 | 21 | 23 | 1C | 36 |
| Octal | 252 | 217 | 150 | 0 | 20 | 47 | 41 | 43 | 34 | 66 |
| Binary | 10101010 | 10001111 | 1101000 | 0 | 10000 | 100111 | 100001 | 100011 | 11100 | 110110 |
Color Harmonies of #AA8F68
Complementary color
Monochromatic Colors of #AA8F68
Black with #AA8F68
Text Example
Text Example
White with #AA8F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8F68; }
p { color: rgb(170,143,104); }
H1.HeaderClassName
{
color: #AA8F68;
}
.AnyTagClassName
{
color: #AA8F68;
}
</style>
background-color css
<style>
a { background-color: #AA8F68; }
a { background-color: rgb(170,143,104); }
div.DivClassName
{
background-color: #AA8F68;
}
.BgClassName
{
background-color: #AA8F68;
}
</style>
border-color css
<style>
span { border-color: #AA8F68; }
span { border-color: rgb(170,143,104); }
td.TdClassName
{
border-color: #AA8F68;
}
.TagClassName
{
border-color: #AA8F68;
}
</style>