Shades of Mongoose #AA9268
Tints of Mongoose #AA9268
RGB
CMYK
RGB Variations
Color information
#AA9268 (or 0xAA9268) is known color: Mongoose. HEX triplet: AA, 92 and 68. RGB value is (170,146,104). Sum of RGB (Red+Green+Blue) = 170+146+104=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 146 (57.42% from 255 or 34.76% from 420); Blue value is 104 (41.02% from 255 or 24.76% from 420); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9268 is #556D97. Grayscale: #949494. Windows color (decimal): -5598616 or 6853290. OLE color: 6853290.
HSL color Cylindrical-coordinate representation of color #AA9268: hue angle of 38.18º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA9268 is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 146 | 104 | - |
| CMYK | 0 | 0.14 | 0.39 | 0.33 |
| HSL | 38.18º | 0.28% | 0.54% | - |
| HSV(B) | 38.18º | 0.39% | 0.67% | - |
| XYZ | 29.36 | 30.1 | 17.36 | - |
| YUV | 148.39 | 102.95 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 146 | 104 | 0 | 0.14 | 0.39 | 0.33 | 38.18 | 0.28 | 0.54 |
| Hex | AA | 92 | 68 | 0 | E | 27 | 21 | 26 | 1C | 36 |
| Octal | 252 | 222 | 150 | 0 | 16 | 47 | 41 | 46 | 34 | 66 |
| Binary | 10101010 | 10010010 | 1101000 | 0 | 1110 | 100111 | 100001 | 100110 | 11100 | 110110 |
Color Harmonies of #AA9268
Complementary color
Monochromatic Colors of #AA9268
Black with #AA9268
Text Example
Text Example
White with #AA9268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9268; }
p { color: rgb(170,146,104); }
H1.HeaderClassName
{
color: #AA9268;
}
.AnyTagClassName
{
color: #AA9268;
}
</style>
background-color css
<style>
a { background-color: #AA9268; }
a { background-color: rgb(170,146,104); }
div.DivClassName
{
background-color: #AA9268;
}
.BgClassName
{
background-color: #AA9268;
}
</style>
border-color css
<style>
span { border-color: #AA9268; }
span { border-color: rgb(170,146,104); }
td.TdClassName
{
border-color: #AA9268;
}
.TagClassName
{
border-color: #AA9268;
}
</style>