Shades of Mongoose #AA8874
Tints of Mongoose #AA8874
RGB
CMYK
RGB Variations
Color information
#AA8874 (or 0xAA8874) is known color: Mongoose. HEX triplet: AA, 88 and 74. RGB value is (170,136,116). Sum of RGB (Red+Green+Blue) = 170+136+116=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 136 (53.52% from 255 or 32.23% from 422); Blue value is 116 (45.70% from 255 or 27.49% from 422); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8874 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8874 is #55778B. Grayscale: #909090. Windows color (decimal): -5601164 or 7637162. OLE color: 7637162.
HSL color Cylindrical-coordinate representation of color #AA8874: hue angle of 22.22º 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 #AA8874 is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 136 | 116 | - |
| CMYK | 0 | 0.20 | 0.32 | 0.33 |
| HSL | 22.22º | 0.24% | 0.56% | - |
| HSV(B) | 22.22º | 0.32% | 0.67% | - |
| XYZ | 28.53 | 27.42 | 20.31 | - |
| YUV | 143.89 | 112.26 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 136 | 116 | 0 | 0.20 | 0.32 | 0.33 | 22.22 | 0.24 | 0.56 |
| Hex | AA | 88 | 74 | 0 | 14 | 20 | 21 | 16 | 18 | 38 |
| Octal | 252 | 210 | 164 | 0 | 24 | 40 | 41 | 26 | 30 | 70 |
| Binary | 10101010 | 10001000 | 1110100 | 0 | 10100 | 100000 | 100001 | 10110 | 11000 | 111000 |
Color Harmonies of #AA8874
Complementary color
Monochromatic Colors of #AA8874
Black with #AA8874
Text Example
Text Example
White with #AA8874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8874; }
p { color: rgb(170,136,116); }
H1.HeaderClassName
{
color: #AA8874;
}
.AnyTagClassName
{
color: #AA8874;
}
</style>
background-color css
<style>
a { background-color: #AA8874; }
a { background-color: rgb(170,136,116); }
div.DivClassName
{
background-color: #AA8874;
}
.BgClassName
{
background-color: #AA8874;
}
</style>
border-color css
<style>
span { border-color: #AA8874; }
span { border-color: rgb(170,136,116); }
td.TdClassName
{
border-color: #AA8874;
}
.TagClassName
{
border-color: #AA8874;
}
</style>