Shades of Mongoose #AA8975
Tints of Mongoose #AA8975
RGB
CMYK
RGB Variations
Color information
#AA8975 (or 0xAA8975) is known color: Mongoose. HEX triplet: AA, 89 and 75. RGB value is (170,137,117). Sum of RGB (Red+Green+Blue) = 170+137+117=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 137 (53.91% from 255 or 32.31% from 424); Blue value is 117 (46.09% from 255 or 27.59% from 424); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8975 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8975 is #55768A. Grayscale: #909090. Windows color (decimal): -5600907 or 7702954. OLE color: 7702954.
HSL color Cylindrical-coordinate representation of color #AA8975: hue angle of 22.64º 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 #AA8975 is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 137 | 117 | - |
| CMYK | 0 | 0.19 | 0.31 | 0.33 |
| HSL | 22.64º | 0.24% | 0.56% | - |
| HSV(B) | 22.64º | 0.31% | 0.67% | - |
| XYZ | 28.73 | 27.72 | 20.67 | - |
| YUV | 144.59 | 112.43 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 137 | 117 | 0 | 0.19 | 0.31 | 0.33 | 22.64 | 0.24 | 0.56 |
| Hex | AA | 89 | 75 | 0 | 13 | 1F | 21 | 17 | 18 | 38 |
| Octal | 252 | 211 | 165 | 0 | 23 | 37 | 41 | 27 | 30 | 70 |
| Binary | 10101010 | 10001001 | 1110101 | 0 | 10011 | 11111 | 100001 | 10111 | 11000 | 111000 |
Color Harmonies of #AA8975
Complementary color
Monochromatic Colors of #AA8975
Black with #AA8975
Text Example
Text Example
White with #AA8975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8975; }
p { color: rgb(170,137,117); }
H1.HeaderClassName
{
color: #AA8975;
}
.AnyTagClassName
{
color: #AA8975;
}
</style>
background-color css
<style>
a { background-color: #AA8975; }
a { background-color: rgb(170,137,117); }
div.DivClassName
{
background-color: #AA8975;
}
.BgClassName
{
background-color: #AA8975;
}
</style>
border-color css
<style>
span { border-color: #AA8975; }
span { border-color: rgb(170,137,117); }
td.TdClassName
{
border-color: #AA8975;
}
.TagClassName
{
border-color: #AA8975;
}
</style>