Shades of Mongoose #AA926F
Tints of Mongoose #AA926F
RGB
CMYK
RGB Variations
Color information
#AA926F (or 0xAA926F) is known color: Mongoose. HEX triplet: AA, 92 and 6F. RGB value is (170,146,111). Sum of RGB (Red+Green+Blue) = 170+146+111=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 146 (57.42% from 255 or 34.19% from 427); Blue value is 111 (43.75% from 255 or 26.00% from 427); Max value from RGB is 170 - color contains mainly: red. Hex color #AA926F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA926F is #556D90. Grayscale: #959595. Windows color (decimal): -5598609 or 7312042. OLE color: 7312042.
HSL color Cylindrical-coordinate representation of color #AA926F: hue angle of 35.59º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AA926F is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 146 | 111 | - |
| CMYK | 0 | 0.14 | 0.35 | 0.33 |
| HSL | 35.59º | 0.26% | 0.55% | - |
| HSV(B) | 35.59º | 0.35% | 0.67% | - |
| XYZ | 29.73 | 30.25 | 19.31 | - |
| YUV | 149.19 | 106.45 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 146 | 111 | 0 | 0.14 | 0.35 | 0.33 | 35.59 | 0.26 | 0.55 |
| Hex | AA | 92 | 6F | 0 | E | 23 | 21 | 24 | 1A | 37 |
| Octal | 252 | 222 | 157 | 0 | 16 | 43 | 41 | 44 | 32 | 67 |
| Binary | 10101010 | 10010010 | 1101111 | 0 | 1110 | 100011 | 100001 | 100100 | 11010 | 110111 |
Color Harmonies of #AA926F
Complementary color
Monochromatic Colors of #AA926F
Black with #AA926F
Text Example
Text Example
White with #AA926F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA926F; }
p { color: rgb(170,146,111); }
H1.HeaderClassName
{
color: #AA926F;
}
.AnyTagClassName
{
color: #AA926F;
}
</style>
background-color css
<style>
a { background-color: #AA926F; }
a { background-color: rgb(170,146,111); }
div.DivClassName
{
background-color: #AA926F;
}
.BgClassName
{
background-color: #AA926F;
}
</style>
border-color css
<style>
span { border-color: #AA926F; }
span { border-color: rgb(170,146,111); }
td.TdClassName
{
border-color: #AA926F;
}
.TagClassName
{
border-color: #AA926F;
}
</style>