Shades of Mongoose #AA8C6B
Tints of Mongoose #AA8C6B
RGB
CMYK
RGB Variations
Color information
#AA8C6B (or 0xAA8C6B) is known color: Mongoose. HEX triplet: AA, 8C and 6B. RGB value is (170,140,107). Sum of RGB (Red+Green+Blue) = 170+140+107=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 140 (55.08% from 255 or 33.57% from 417); Blue value is 107 (42.19% from 255 or 25.66% from 417); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8C6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8C6B is #557394. Grayscale: #919191. Windows color (decimal): -5600149 or 7048362. OLE color: 7048362.
HSL color Cylindrical-coordinate representation of color #AA8C6B: hue angle of 31.43º 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 #AA8C6B is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 140 | 107 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.33 |
| HSL | 31.43º | 0.27% | 0.54% | - |
| HSV(B) | 31.43º | 0.37% | 0.67% | - |
| XYZ | 28.61 | 28.36 | 17.88 | - |
| YUV | 145.21 | 106.44 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 140 | 107 | 0 | 0.18 | 0.37 | 0.33 | 31.43 | 0.27 | 0.54 |
| Hex | AA | 8C | 6B | 0 | 12 | 25 | 21 | 1F | 1B | 36 |
| Octal | 252 | 214 | 153 | 0 | 22 | 45 | 41 | 37 | 33 | 66 |
| Binary | 10101010 | 10001100 | 1101011 | 0 | 10010 | 100101 | 100001 | 11111 | 11011 | 110110 |
Color Harmonies of #AA8C6B
Complementary color
Monochromatic Colors of #AA8C6B
Black with #AA8C6B
Text Example
Text Example
White with #AA8C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8C6B; }
p { color: rgb(170,140,107); }
H1.HeaderClassName
{
color: #AA8C6B;
}
.AnyTagClassName
{
color: #AA8C6B;
}
</style>
background-color css
<style>
a { background-color: #AA8C6B; }
a { background-color: rgb(170,140,107); }
div.DivClassName
{
background-color: #AA8C6B;
}
.BgClassName
{
background-color: #AA8C6B;
}
</style>
border-color css
<style>
span { border-color: #AA8C6B; }
span { border-color: rgb(170,140,107); }
td.TdClassName
{
border-color: #AA8C6B;
}
.TagClassName
{
border-color: #AA8C6B;
}
</style>