Shades of Mongoose #AA946B
Tints of Mongoose #AA946B
RGB
CMYK
RGB Variations
Color information
#AA946B (or 0xAA946B) is known color: Mongoose. HEX triplet: AA, 94 and 6B. RGB value is (170,148,107). Sum of RGB (Red+Green+Blue) = 170+148+107=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 148 (58.20% from 255 or 34.82% from 425); Blue value is 107 (42.19% from 255 or 25.18% from 425); Max value from RGB is 170 - color contains mainly: red. Hex color #AA946B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA946B is #556B94. Grayscale: #969696. Windows color (decimal): -5598101 or 7050410. OLE color: 7050410.
HSL color Cylindrical-coordinate representation of color #AA946B: hue angle of 39.05º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AA946B is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 148 | 107 | - |
| CMYK | 0 | 0.13 | 0.37 | 0.33 |
| HSL | 39.05º | 0.27% | 0.54% | - |
| HSV(B) | 39.05º | 0.37% | 0.67% | - |
| XYZ | 29.82 | 30.79 | 18.28 | - |
| YUV | 149.9 | 103.79 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 148 | 107 | 0 | 0.13 | 0.37 | 0.33 | 39.05 | 0.27 | 0.54 |
| Hex | AA | 94 | 6B | 0 | D | 25 | 21 | 27 | 1B | 36 |
| Octal | 252 | 224 | 153 | 0 | 15 | 45 | 41 | 47 | 33 | 66 |
| Binary | 10101010 | 10010100 | 1101011 | 0 | 1101 | 100101 | 100001 | 100111 | 11011 | 110110 |
Color Harmonies of #AA946B
Complementary color
Monochromatic Colors of #AA946B
Black with #AA946B
Text Example
Text Example
White with #AA946B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA946B; }
p { color: rgb(170,148,107); }
H1.HeaderClassName
{
color: #AA946B;
}
.AnyTagClassName
{
color: #AA946B;
}
</style>
background-color css
<style>
a { background-color: #AA946B; }
a { background-color: rgb(170,148,107); }
div.DivClassName
{
background-color: #AA946B;
}
.BgClassName
{
background-color: #AA946B;
}
</style>
border-color css
<style>
span { border-color: #AA946B; }
span { border-color: rgb(170,148,107); }
td.TdClassName
{
border-color: #AA946B;
}
.TagClassName
{
border-color: #AA946B;
}
</style>