Shades of Mongoose #AA8F6C
Tints of Mongoose #AA8F6C
RGB
CMYK
RGB Variations
Color information
#AA8F6C (or 0xAA8F6C) is known color: Mongoose. HEX triplet: AA, 8F and 6C. RGB value is (170,143,108). Sum of RGB (Red+Green+Blue) = 170+143+108=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 143 (56.25% from 255 or 33.97% from 421); Blue value is 108 (42.58% from 255 or 25.65% from 421); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8F6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8F6C is #557093. Grayscale: #939393. Windows color (decimal): -5599380 or 7114666. OLE color: 7114666.
HSL color Cylindrical-coordinate representation of color #AA8F6C: hue angle of 33.87º degrees, saturation: 0.27, 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 #AA8F6C is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 143 | 108 | - |
| CMYK | 0 | 0.16 | 0.36 | 0.33 |
| HSL | 33.87º | 0.27% | 0.55% | - |
| HSV(B) | 33.87º | 0.36% | 0.67% | - |
| XYZ | 29.11 | 29.27 | 18.3 | - |
| YUV | 147.08 | 105.95 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 143 | 108 | 0 | 0.16 | 0.36 | 0.33 | 33.87 | 0.27 | 0.55 |
| Hex | AA | 8F | 6C | 0 | 10 | 24 | 21 | 22 | 1B | 37 |
| Octal | 252 | 217 | 154 | 0 | 20 | 44 | 41 | 42 | 33 | 67 |
| Binary | 10101010 | 10001111 | 1101100 | 0 | 10000 | 100100 | 100001 | 100010 | 11011 | 110111 |
Color Harmonies of #AA8F6C
Complementary color
Monochromatic Colors of #AA8F6C
Black with #AA8F6C
Text Example
Text Example
White with #AA8F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8F6C; }
p { color: rgb(170,143,108); }
H1.HeaderClassName
{
color: #AA8F6C;
}
.AnyTagClassName
{
color: #AA8F6C;
}
</style>
background-color css
<style>
a { background-color: #AA8F6C; }
a { background-color: rgb(170,143,108); }
div.DivClassName
{
background-color: #AA8F6C;
}
.BgClassName
{
background-color: #AA8F6C;
}
</style>
border-color css
<style>
span { border-color: #AA8F6C; }
span { border-color: rgb(170,143,108); }
td.TdClassName
{
border-color: #AA8F6C;
}
.TagClassName
{
border-color: #AA8F6C;
}
</style>