Shades of Mongoose #A8886F
Tints of Mongoose #A8886F
RGB
CMYK
RGB Variations
Color information
#A8886F (or 0xA8886F) is known color: Mongoose. HEX triplet: A8, 88 and 6F. RGB value is (168,136,111). Sum of RGB (Red+Green+Blue) = 168+136+111=415 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.48% from 415); Green value is 136 (53.52% from 255 or 32.77% from 415); Blue value is 111 (43.75% from 255 or 26.75% from 415); Max value from RGB is 168 - color contains mainly: red. Hex color #A8886F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8886F is #577790. Grayscale: #8E8E8E. Windows color (decimal): -5732241 or 7309480. OLE color: 7309480.
HSL color Cylindrical-coordinate representation of color #A8886F: hue angle of 26.32º 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 #A8886F is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 136 | 111 | - |
| CMYK | 0 | 0.19 | 0.34 | 0.34 |
| HSL | 26.32º | 0.25% | 0.55% | - |
| HSV(B) | 26.32º | 0.34% | 0.66% | - |
| XYZ | 27.82 | 27.08 | 18.8 | - |
| YUV | 142.72 | 110.1 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 136 | 111 | 0 | 0.19 | 0.34 | 0.34 | 26.32 | 0.25 | 0.55 |
| Hex | A8 | 88 | 6F | 0 | 13 | 22 | 22 | 1A | 19 | 37 |
| Octal | 250 | 210 | 157 | 0 | 23 | 42 | 42 | 32 | 31 | 67 |
| Binary | 10101000 | 10001000 | 1101111 | 0 | 10011 | 100010 | 100010 | 11010 | 11001 | 110111 |
Color Harmonies of #A8886F
Complementary color
Monochromatic Colors of #A8886F
Black with #A8886F
Text Example
Text Example
White with #A8886F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8886F; }
p { color: rgb(168,136,111); }
H1.HeaderClassName
{
color: #A8886F;
}
.AnyTagClassName
{
color: #A8886F;
}
</style>
background-color css
<style>
a { background-color: #A8886F; }
a { background-color: rgb(168,136,111); }
div.DivClassName
{
background-color: #A8886F;
}
.BgClassName
{
background-color: #A8886F;
}
</style>
border-color css
<style>
span { border-color: #A8886F; }
span { border-color: rgb(168,136,111); }
td.TdClassName
{
border-color: #A8886F;
}
.TagClassName
{
border-color: #A8886F;
}
</style>