Shades of Mongoose #AA946A
Tints of Mongoose #AA946A
RGB
CMYK
RGB Variations
Color information
#AA946A (or 0xAA946A) is known color: Mongoose. HEX triplet: AA, 94 and 6A. RGB value is (170,148,106). Sum of RGB (Red+Green+Blue) = 170+148+106=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 148 (58.20% from 255 or 34.91% from 424); Blue value is 106 (41.80% from 255 or 25% from 424); Max value from RGB is 170 - color contains mainly: red. Hex color #AA946A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA946A is #556B95. Grayscale: #959595. Windows color (decimal): -5598102 or 6984874. OLE color: 6984874.
HSL color Cylindrical-coordinate representation of color #AA946A: hue angle of 39.38º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA946A is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 148 | 106 | - |
| CMYK | 0 | 0.13 | 0.38 | 0.33 |
| HSL | 39.38º | 0.27% | 0.54% | - |
| HSV(B) | 39.38º | 0.38% | 0.67% | - |
| XYZ | 29.77 | 30.77 | 18.01 | - |
| YUV | 149.79 | 103.29 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 148 | 106 | 0 | 0.13 | 0.38 | 0.33 | 39.38 | 0.27 | 0.54 |
| Hex | AA | 94 | 6A | 0 | D | 26 | 21 | 27 | 1B | 36 |
| Octal | 252 | 224 | 152 | 0 | 15 | 46 | 41 | 47 | 33 | 66 |
| Binary | 10101010 | 10010100 | 1101010 | 0 | 1101 | 100110 | 100001 | 100111 | 11011 | 110110 |
Color Harmonies of #AA946A
Complementary color
Monochromatic Colors of #AA946A
Black with #AA946A
Text Example
Text Example
White with #AA946A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA946A; }
p { color: rgb(170,148,106); }
H1.HeaderClassName
{
color: #AA946A;
}
.AnyTagClassName
{
color: #AA946A;
}
</style>
background-color css
<style>
a { background-color: #AA946A; }
a { background-color: rgb(170,148,106); }
div.DivClassName
{
background-color: #AA946A;
}
.BgClassName
{
background-color: #AA946A;
}
</style>
border-color css
<style>
span { border-color: #AA946A; }
span { border-color: rgb(170,148,106); }
td.TdClassName
{
border-color: #AA946A;
}
.TagClassName
{
border-color: #AA946A;
}
</style>