Shades of Mongoose #AA876F
Tints of Mongoose #AA876F
RGB
CMYK
RGB Variations
Color information
#AA876F (or 0xAA876F) is known color: Mongoose. HEX triplet: AA, 87 and 6F. RGB value is (170,135,111). Sum of RGB (Red+Green+Blue) = 170+135+111=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 135 (53.12% from 255 or 32.45% from 416); Blue value is 111 (43.75% from 255 or 26.68% from 416); Max value from RGB is 170 - color contains mainly: red. Hex color #AA876F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA876F is #557890. Grayscale: #8E8E8E. Windows color (decimal): -5601425 or 7309226. OLE color: 7309226.
HSL color Cylindrical-coordinate representation of color #AA876F: hue angle of 24.41º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AA876F is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 135 | 111 | - |
| CMYK | 0 | 0.21 | 0.35 | 0.33 |
| HSL | 24.41º | 0.26% | 0.55% | - |
| HSV(B) | 24.41º | 0.35% | 0.67% | - |
| XYZ | 28.11 | 27.02 | 18.77 | - |
| YUV | 142.73 | 110.1 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 135 | 111 | 0 | 0.21 | 0.35 | 0.33 | 24.41 | 0.26 | 0.55 |
| Hex | AA | 87 | 6F | 0 | 15 | 23 | 21 | 18 | 1A | 37 |
| Octal | 252 | 207 | 157 | 0 | 25 | 43 | 41 | 30 | 32 | 67 |
| Binary | 10101010 | 10000111 | 1101111 | 0 | 10101 | 100011 | 100001 | 11000 | 11010 | 110111 |
Color Harmonies of #AA876F
Complementary color
Monochromatic Colors of #AA876F
Black with #AA876F
Text Example
Text Example
White with #AA876F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA876F; }
p { color: rgb(170,135,111); }
H1.HeaderClassName
{
color: #AA876F;
}
.AnyTagClassName
{
color: #AA876F;
}
</style>
background-color css
<style>
a { background-color: #AA876F; }
a { background-color: rgb(170,135,111); }
div.DivClassName
{
background-color: #AA876F;
}
.BgClassName
{
background-color: #AA876F;
}
</style>
border-color css
<style>
span { border-color: #AA876F; }
span { border-color: rgb(170,135,111); }
td.TdClassName
{
border-color: #AA876F;
}
.TagClassName
{
border-color: #AA876F;
}
</style>