Shades of Mongoose #AA8A6C
Tints of Mongoose #AA8A6C
RGB
CMYK
RGB Variations
Color information
#AA8A6C (or 0xAA8A6C) is known color: Mongoose. HEX triplet: AA, 8A and 6C. RGB value is (170,138,108). Sum of RGB (Red+Green+Blue) = 170+138+108=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 138 (54.30% from 255 or 33.17% from 416); Blue value is 108 (42.58% from 255 or 25.96% from 416); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8A6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8A6C is #557593. Grayscale: #909090. Windows color (decimal): -5600660 or 7113386. OLE color: 7113386.
HSL color Cylindrical-coordinate representation of color #AA8A6C: hue angle of 29.03º 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 #AA8A6C is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 138 | 108 | - |
| CMYK | 0 | 0.19 | 0.36 | 0.33 |
| HSL | 29.03º | 0.27% | 0.55% | - |
| HSV(B) | 29.03º | 0.36% | 0.67% | - |
| XYZ | 28.37 | 27.81 | 18.06 | - |
| YUV | 144.15 | 107.6 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 138 | 108 | 0 | 0.19 | 0.36 | 0.33 | 29.03 | 0.27 | 0.55 |
| Hex | AA | 8A | 6C | 0 | 13 | 24 | 21 | 1D | 1B | 37 |
| Octal | 252 | 212 | 154 | 0 | 23 | 44 | 41 | 35 | 33 | 67 |
| Binary | 10101010 | 10001010 | 1101100 | 0 | 10011 | 100100 | 100001 | 11101 | 11011 | 110111 |
Color Harmonies of #AA8A6C
Complementary color
Monochromatic Colors of #AA8A6C
Black with #AA8A6C
Text Example
Text Example
White with #AA8A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8A6C; }
p { color: rgb(170,138,108); }
H1.HeaderClassName
{
color: #AA8A6C;
}
.AnyTagClassName
{
color: #AA8A6C;
}
</style>
background-color css
<style>
a { background-color: #AA8A6C; }
a { background-color: rgb(170,138,108); }
div.DivClassName
{
background-color: #AA8A6C;
}
.BgClassName
{
background-color: #AA8A6C;
}
</style>
border-color css
<style>
span { border-color: #AA8A6C; }
span { border-color: rgb(170,138,108); }
td.TdClassName
{
border-color: #AA8A6C;
}
.TagClassName
{
border-color: #AA8A6C;
}
</style>