Shades of Mongoose #AA9275
Tints of Mongoose #AA9275
RGB
CMYK
RGB Variations
Color information
#AA9275 (or 0xAA9275) is known color: Mongoose. HEX triplet: AA, 92 and 75. RGB value is (170,146,117). Sum of RGB (Red+Green+Blue) = 170+146+117=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 146 (57.42% from 255 or 33.72% from 433); Blue value is 117 (46.09% from 255 or 27.02% from 433); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9275 is #556D8A. Grayscale: #969696. Windows color (decimal): -5598603 or 7705258. OLE color: 7705258.
HSL color Cylindrical-coordinate representation of color #AA9275: hue angle of 32.83º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA9275 is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 146 | 117 | - |
| CMYK | 0 | 0.14 | 0.31 | 0.33 |
| HSL | 32.83º | 0.24% | 0.56% | - |
| HSV(B) | 32.83º | 0.31% | 0.67% | - |
| XYZ | 30.07 | 30.39 | 21.11 | - |
| YUV | 149.87 | 109.45 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 146 | 117 | 0 | 0.14 | 0.31 | 0.33 | 32.83 | 0.24 | 0.56 |
| Hex | AA | 92 | 75 | 0 | E | 1F | 21 | 21 | 18 | 38 |
| Octal | 252 | 222 | 165 | 0 | 16 | 37 | 41 | 41 | 30 | 70 |
| Binary | 10101010 | 10010010 | 1110101 | 0 | 1110 | 11111 | 100001 | 100001 | 11000 | 111000 |
Color Harmonies of #AA9275
Complementary color
Monochromatic Colors of #AA9275
Black with #AA9275
Text Example
Text Example
White with #AA9275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9275; }
p { color: rgb(170,146,117); }
H1.HeaderClassName
{
color: #AA9275;
}
.AnyTagClassName
{
color: #AA9275;
}
</style>
background-color css
<style>
a { background-color: #AA9275; }
a { background-color: rgb(170,146,117); }
div.DivClassName
{
background-color: #AA9275;
}
.BgClassName
{
background-color: #AA9275;
}
</style>
border-color css
<style>
span { border-color: #AA9275; }
span { border-color: rgb(170,146,117); }
td.TdClassName
{
border-color: #AA9275;
}
.TagClassName
{
border-color: #AA9275;
}
</style>