Shades of Mongoose #AA926D
Tints of Mongoose #AA926D
RGB
CMYK
RGB Variations
Color information
#AA926D (or 0xAA926D) is known color: Mongoose. HEX triplet: AA, 92 and 6D. RGB value is (170,146,109). Sum of RGB (Red+Green+Blue) = 170+146+109=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 146 (57.42% from 255 or 34.35% from 425); Blue value is 109 (42.97% from 255 or 25.65% from 425); Max value from RGB is 170 - color contains mainly: red. Hex color #AA926D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA926D is #556D92. Grayscale: #959595. Windows color (decimal): -5598611 or 7180970. OLE color: 7180970.
HSL color Cylindrical-coordinate representation of color #AA926D: hue angle of 36.39º degrees, saturation: 0.26, 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 #AA926D is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 146 | 109 | - |
| CMYK | 0 | 0.14 | 0.36 | 0.33 |
| HSL | 36.39º | 0.26% | 0.55% | - |
| HSV(B) | 36.39º | 0.36% | 0.67% | - |
| XYZ | 29.62 | 30.21 | 18.74 | - |
| YUV | 148.96 | 105.45 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 146 | 109 | 0 | 0.14 | 0.36 | 0.33 | 36.39 | 0.26 | 0.55 |
| Hex | AA | 92 | 6D | 0 | E | 24 | 21 | 24 | 1A | 37 |
| Octal | 252 | 222 | 155 | 0 | 16 | 44 | 41 | 44 | 32 | 67 |
| Binary | 10101010 | 10010010 | 1101101 | 0 | 1110 | 100100 | 100001 | 100100 | 11010 | 110111 |
Color Harmonies of #AA926D
Complementary color
Monochromatic Colors of #AA926D
Black with #AA926D
Text Example
Text Example
White with #AA926D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA926D; }
p { color: rgb(170,146,109); }
H1.HeaderClassName
{
color: #AA926D;
}
.AnyTagClassName
{
color: #AA926D;
}
</style>
background-color css
<style>
a { background-color: #AA926D; }
a { background-color: rgb(170,146,109); }
div.DivClassName
{
background-color: #AA926D;
}
.BgClassName
{
background-color: #AA926D;
}
</style>
border-color css
<style>
span { border-color: #AA926D; }
span { border-color: rgb(170,146,109); }
td.TdClassName
{
border-color: #AA926D;
}
.TagClassName
{
border-color: #AA926D;
}
</style>