Shades of Mongoose #AA8873
Tints of Mongoose #AA8873
RGB
CMYK
RGB Variations
Color information
#AA8873 (or 0xAA8873) is known color: Mongoose. HEX triplet: AA, 88 and 73. RGB value is (170,136,115). Sum of RGB (Red+Green+Blue) = 170+136+115=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 136 (53.52% from 255 or 32.30% from 421); Blue value is 115 (45.31% from 255 or 27.32% from 421); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8873 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8873 is #55778C. Grayscale: #8F8F8F. Windows color (decimal): -5601165 or 7571626. OLE color: 7571626.
HSL color Cylindrical-coordinate representation of color #AA8873: hue angle of 22.91º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AA8873 is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 136 | 115 | - |
| CMYK | 0 | 0.20 | 0.32 | 0.33 |
| HSL | 22.91º | 0.24% | 0.56% | - |
| HSV(B) | 22.91º | 0.32% | 0.67% | - |
| XYZ | 28.48 | 27.39 | 20.01 | - |
| YUV | 143.77 | 111.76 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 136 | 115 | 0 | 0.20 | 0.32 | 0.33 | 22.91 | 0.24 | 0.56 |
| Hex | AA | 88 | 73 | 0 | 14 | 20 | 21 | 17 | 18 | 38 |
| Octal | 252 | 210 | 163 | 0 | 24 | 40 | 41 | 27 | 30 | 70 |
| Binary | 10101010 | 10001000 | 1110011 | 0 | 10100 | 100000 | 100001 | 10111 | 11000 | 111000 |
Color Harmonies of #AA8873
Complementary color
Monochromatic Colors of #AA8873
Black with #AA8873
Text Example
Text Example
White with #AA8873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8873; }
p { color: rgb(170,136,115); }
H1.HeaderClassName
{
color: #AA8873;
}
.AnyTagClassName
{
color: #AA8873;
}
</style>
background-color css
<style>
a { background-color: #AA8873; }
a { background-color: rgb(170,136,115); }
div.DivClassName
{
background-color: #AA8873;
}
.BgClassName
{
background-color: #AA8873;
}
</style>
border-color css
<style>
span { border-color: #AA8873; }
span { border-color: rgb(170,136,115); }
td.TdClassName
{
border-color: #AA8873;
}
.TagClassName
{
border-color: #AA8873;
}
</style>