Shades of Mongoose #AA8C6A
Tints of Mongoose #AA8C6A
RGB
CMYK
RGB Variations
Color information
#AA8C6A (or 0xAA8C6A) is known color: Mongoose. HEX triplet: AA, 8C and 6A. RGB value is (170,140,106). Sum of RGB (Red+Green+Blue) = 170+140+106=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 140 (55.08% from 255 or 33.65% from 416); Blue value is 106 (41.80% from 255 or 25.48% from 416); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8C6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8C6A is #557395. Grayscale: #919191. Windows color (decimal): -5600150 or 6982826. OLE color: 6982826.
HSL color Cylindrical-coordinate representation of color #AA8C6A: hue angle of 31.88º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA8C6A is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 140 | 106 | - |
| CMYK | 0 | 0.18 | 0.38 | 0.33 |
| HSL | 31.88º | 0.27% | 0.54% | - |
| HSV(B) | 31.88º | 0.38% | 0.67% | - |
| XYZ | 28.56 | 28.34 | 17.6 | - |
| YUV | 145.09 | 105.94 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 140 | 106 | 0 | 0.18 | 0.38 | 0.33 | 31.88 | 0.27 | 0.54 |
| Hex | AA | 8C | 6A | 0 | 12 | 26 | 21 | 20 | 1B | 36 |
| Octal | 252 | 214 | 152 | 0 | 22 | 46 | 41 | 40 | 33 | 66 |
| Binary | 10101010 | 10001100 | 1101010 | 0 | 10010 | 100110 | 100001 | 100000 | 11011 | 110110 |
Color Harmonies of #AA8C6A
Complementary color
Monochromatic Colors of #AA8C6A
Black with #AA8C6A
Text Example
Text Example
White with #AA8C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8C6A; }
p { color: rgb(170,140,106); }
H1.HeaderClassName
{
color: #AA8C6A;
}
.AnyTagClassName
{
color: #AA8C6A;
}
</style>
background-color css
<style>
a { background-color: #AA8C6A; }
a { background-color: rgb(170,140,106); }
div.DivClassName
{
background-color: #AA8C6A;
}
.BgClassName
{
background-color: #AA8C6A;
}
</style>
border-color css
<style>
span { border-color: #AA8C6A; }
span { border-color: rgb(170,140,106); }
td.TdClassName
{
border-color: #AA8C6A;
}
.TagClassName
{
border-color: #AA8C6A;
}
</style>