Shades of Mongoose #AA9469
Tints of Mongoose #AA9469
RGB
CMYK
RGB Variations
Color information
#AA9469 (or 0xAA9469) is known color: Mongoose. HEX triplet: AA, 94 and 69. RGB value is (170,148,105). Sum of RGB (Red+Green+Blue) = 170+148+105=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 148 (58.20% from 255 or 34.99% from 423); Blue value is 105 (41.41% from 255 or 24.82% from 423); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9469 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9469 is #556B96. Grayscale: #959595. Windows color (decimal): -5598103 or 6919338. OLE color: 6919338.
HSL color Cylindrical-coordinate representation of color #AA9469: hue angle of 39.69º degrees, saturation: 0.28, 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 #AA9469 is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 148 | 105 | - |
| CMYK | 0 | 0.13 | 0.38 | 0.33 |
| HSL | 39.69º | 0.28% | 0.54% | - |
| HSV(B) | 39.69º | 0.38% | 0.67% | - |
| XYZ | 29.72 | 30.75 | 17.73 | - |
| YUV | 149.68 | 102.79 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 148 | 105 | 0 | 0.13 | 0.38 | 0.33 | 39.69 | 0.28 | 0.54 |
| Hex | AA | 94 | 69 | 0 | D | 26 | 21 | 28 | 1C | 36 |
| Octal | 252 | 224 | 151 | 0 | 15 | 46 | 41 | 50 | 34 | 66 |
| Binary | 10101010 | 10010100 | 1101001 | 0 | 1101 | 100110 | 100001 | 101000 | 11100 | 110110 |
Color Harmonies of #AA9469
Complementary color
Monochromatic Colors of #AA9469
Black with #AA9469
Text Example
Text Example
White with #AA9469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9469; }
p { color: rgb(170,148,105); }
H1.HeaderClassName
{
color: #AA9469;
}
.AnyTagClassName
{
color: #AA9469;
}
</style>
background-color css
<style>
a { background-color: #AA9469; }
a { background-color: rgb(170,148,105); }
div.DivClassName
{
background-color: #AA9469;
}
.BgClassName
{
background-color: #AA9469;
}
</style>
border-color css
<style>
span { border-color: #AA9469; }
span { border-color: rgb(170,148,105); }
td.TdClassName
{
border-color: #AA9469;
}
.TagClassName
{
border-color: #AA9469;
}
</style>