Shades of Mongoose #AA946D
Tints of Mongoose #AA946D
RGB
CMYK
RGB Variations
Color information
#AA946D (or 0xAA946D) is known color: Mongoose. HEX triplet: AA, 94 and 6D. RGB value is (170,148,109). Sum of RGB (Red+Green+Blue) = 170+148+109=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 148 (58.20% from 255 or 34.66% from 427); Blue value is 109 (42.97% from 255 or 25.53% from 427); Max value from RGB is 170 - color contains mainly: red. Hex color #AA946D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA946D is #556B92. Grayscale: #969696. Windows color (decimal): -5598099 or 7181482. OLE color: 7181482.
HSL color Cylindrical-coordinate representation of color #AA946D: hue angle of 38.36º 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 #AA946D is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 148 | 109 | - |
| CMYK | 0 | 0.13 | 0.36 | 0.33 |
| HSL | 38.36º | 0.26% | 0.55% | - |
| HSV(B) | 38.36º | 0.36% | 0.67% | - |
| XYZ | 29.93 | 30.83 | 18.84 | - |
| YUV | 150.13 | 104.79 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 148 | 109 | 0 | 0.13 | 0.36 | 0.33 | 38.36 | 0.26 | 0.55 |
| Hex | AA | 94 | 6D | 0 | D | 24 | 21 | 26 | 1A | 37 |
| Octal | 252 | 224 | 155 | 0 | 15 | 44 | 41 | 46 | 32 | 67 |
| Binary | 10101010 | 10010100 | 1101101 | 0 | 1101 | 100100 | 100001 | 100110 | 11010 | 110111 |
Color Harmonies of #AA946D
Complementary color
Monochromatic Colors of #AA946D
Black with #AA946D
Text Example
Text Example
White with #AA946D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA946D; }
p { color: rgb(170,148,109); }
H1.HeaderClassName
{
color: #AA946D;
}
.AnyTagClassName
{
color: #AA946D;
}
</style>
background-color css
<style>
a { background-color: #AA946D; }
a { background-color: rgb(170,148,109); }
div.DivClassName
{
background-color: #AA946D;
}
.BgClassName
{
background-color: #AA946D;
}
</style>
border-color css
<style>
span { border-color: #AA946D; }
span { border-color: rgb(170,148,109); }
td.TdClassName
{
border-color: #AA946D;
}
.TagClassName
{
border-color: #AA946D;
}
</style>