Shades of Mongoose #AA926C
Tints of Mongoose #AA926C
RGB
CMYK
RGB Variations
Color information
#AA926C (or 0xAA926C) is known color: Mongoose. HEX triplet: AA, 92 and 6C. RGB value is (170,146,108). Sum of RGB (Red+Green+Blue) = 170+146+108=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 146 (57.42% from 255 or 34.43% from 424); Blue value is 108 (42.58% from 255 or 25.47% from 424); Max value from RGB is 170 - color contains mainly: red. Hex color #AA926C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA926C is #556D93. Grayscale: #959595. Windows color (decimal): -5598612 or 7115434. OLE color: 7115434.
HSL color Cylindrical-coordinate representation of color #AA926C: hue angle of 36.77º 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 #AA926C is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 146 | 108 | - |
| CMYK | 0 | 0.14 | 0.36 | 0.33 |
| HSL | 36.77º | 0.27% | 0.55% | - |
| HSV(B) | 36.77º | 0.36% | 0.67% | - |
| XYZ | 29.56 | 30.19 | 18.46 | - |
| YUV | 148.84 | 104.95 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 146 | 108 | 0 | 0.14 | 0.36 | 0.33 | 36.77 | 0.27 | 0.55 |
| Hex | AA | 92 | 6C | 0 | E | 24 | 21 | 25 | 1B | 37 |
| Octal | 252 | 222 | 154 | 0 | 16 | 44 | 41 | 45 | 33 | 67 |
| Binary | 10101010 | 10010010 | 1101100 | 0 | 1110 | 100100 | 100001 | 100101 | 11011 | 110111 |
Color Harmonies of #AA926C
Complementary color
Monochromatic Colors of #AA926C
Black with #AA926C
Text Example
Text Example
White with #AA926C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA926C; }
p { color: rgb(170,146,108); }
H1.HeaderClassName
{
color: #AA926C;
}
.AnyTagClassName
{
color: #AA926C;
}
</style>
background-color css
<style>
a { background-color: #AA926C; }
a { background-color: rgb(170,146,108); }
div.DivClassName
{
background-color: #AA926C;
}
.BgClassName
{
background-color: #AA926C;
}
</style>
border-color css
<style>
span { border-color: #AA926C; }
span { border-color: rgb(170,146,108); }
td.TdClassName
{
border-color: #AA926C;
}
.TagClassName
{
border-color: #AA926C;
}
</style>