Shades of Mongoose #AA9269
Tints of Mongoose #AA9269
RGB
CMYK
RGB Variations
Color information
#AA9269 (or 0xAA9269) is known color: Mongoose. HEX triplet: AA, 92 and 69. RGB value is (170,146,105). Sum of RGB (Red+Green+Blue) = 170+146+105=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 146 (57.42% from 255 or 34.68% from 421); Blue value is 105 (41.41% from 255 or 24.94% from 421); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9269 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9269 is #556D96. Grayscale: #949494. Windows color (decimal): -5598615 or 6918826. OLE color: 6918826.
HSL color Cylindrical-coordinate representation of color #AA9269: hue angle of 37.85º 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 #AA9269 is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 146 | 105 | - |
| CMYK | 0 | 0.14 | 0.38 | 0.33 |
| HSL | 37.85º | 0.28% | 0.54% | - |
| HSV(B) | 37.85º | 0.38% | 0.67% | - |
| XYZ | 29.41 | 30.12 | 17.63 | - |
| YUV | 148.5 | 103.45 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 146 | 105 | 0 | 0.14 | 0.38 | 0.33 | 37.85 | 0.28 | 0.54 |
| Hex | AA | 92 | 69 | 0 | E | 26 | 21 | 26 | 1C | 36 |
| Octal | 252 | 222 | 151 | 0 | 16 | 46 | 41 | 46 | 34 | 66 |
| Binary | 10101010 | 10010010 | 1101001 | 0 | 1110 | 100110 | 100001 | 100110 | 11100 | 110110 |
Color Harmonies of #AA9269
Complementary color
Monochromatic Colors of #AA9269
Black with #AA9269
Text Example
Text Example
White with #AA9269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9269; }
p { color: rgb(170,146,105); }
H1.HeaderClassName
{
color: #AA9269;
}
.AnyTagClassName
{
color: #AA9269;
}
</style>
background-color css
<style>
a { background-color: #AA9269; }
a { background-color: rgb(170,146,105); }
div.DivClassName
{
background-color: #AA9269;
}
.BgClassName
{
background-color: #AA9269;
}
</style>
border-color css
<style>
span { border-color: #AA9269; }
span { border-color: rgb(170,146,105); }
td.TdClassName
{
border-color: #AA9269;
}
.TagClassName
{
border-color: #AA9269;
}
</style>