Shades of Mongoose #A8876F
Tints of Mongoose #A8876F
RGB
CMYK
RGB Variations
Color information
#A8876F (or 0xA8876F) is known color: Mongoose. HEX triplet: A8, 87 and 6F. RGB value is (168,135,111). Sum of RGB (Red+Green+Blue) = 168+135+111=414 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.58% from 414); Green value is 135 (53.12% from 255 or 32.61% from 414); Blue value is 111 (43.75% from 255 or 26.81% from 414); Max value from RGB is 168 - color contains mainly: red. Hex color #A8876F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8876F is #577890. Grayscale: #8E8E8E. Windows color (decimal): -5732497 or 7309224. OLE color: 7309224.
HSL color Cylindrical-coordinate representation of color #A8876F: hue angle of 25.26º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8876F is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 135 | 111 | - |
| CMYK | 0 | 0.20 | 0.34 | 0.34 |
| HSL | 25.26º | 0.25% | 0.55% | - |
| HSV(B) | 25.26º | 0.34% | 0.66% | - |
| XYZ | 27.68 | 26.8 | 18.75 | - |
| YUV | 142.13 | 110.43 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 135 | 111 | 0 | 0.20 | 0.34 | 0.34 | 25.26 | 0.25 | 0.55 |
| Hex | A8 | 87 | 6F | 0 | 14 | 22 | 22 | 19 | 19 | 37 |
| Octal | 250 | 207 | 157 | 0 | 24 | 42 | 42 | 31 | 31 | 67 |
| Binary | 10101000 | 10000111 | 1101111 | 0 | 10100 | 100010 | 100010 | 11001 | 11001 | 110111 |
Color Harmonies of #A8876F
Complementary color
Monochromatic Colors of #A8876F
Black with #A8876F
Text Example
Text Example
White with #A8876F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8876F; }
p { color: rgb(168,135,111); }
H1.HeaderClassName
{
color: #A8876F;
}
.AnyTagClassName
{
color: #A8876F;
}
</style>
background-color css
<style>
a { background-color: #A8876F; }
a { background-color: rgb(168,135,111); }
div.DivClassName
{
background-color: #A8876F;
}
.BgClassName
{
background-color: #A8876F;
}
</style>
border-color css
<style>
span { border-color: #A8876F; }
span { border-color: rgb(168,135,111); }
td.TdClassName
{
border-color: #A8876F;
}
.TagClassName
{
border-color: #A8876F;
}
</style>