Shades of Mongoose #A8916D
Tints of Mongoose #A8916D
RGB
CMYK
RGB Variations
Color information
#A8916D (or 0xA8916D) is known color: Mongoose. HEX triplet: A8, 91 and 6D. RGB value is (168,145,109). Sum of RGB (Red+Green+Blue) = 168+145+109=422 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.81% from 422); Green value is 145 (57.03% from 255 or 34.36% from 422); Blue value is 109 (42.97% from 255 or 25.83% from 422); Max value from RGB is 168 - color contains mainly: red. Hex color #A8916D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8916D is #576E92. Grayscale: #939393. Windows color (decimal): -5729939 or 7180712. OLE color: 7180712.
HSL color Cylindrical-coordinate representation of color #A8916D: hue angle of 36.61º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A8916D is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 145 | 109 | - |
| CMYK | 0 | 0.14 | 0.35 | 0.34 |
| HSL | 36.61º | 0.25% | 0.54% | - |
| HSV(B) | 36.61º | 0.35% | 0.66% | - |
| XYZ | 29.03 | 29.68 | 18.67 | - |
| YUV | 147.77 | 106.12 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 145 | 109 | 0 | 0.14 | 0.35 | 0.34 | 36.61 | 0.25 | 0.54 |
| Hex | A8 | 91 | 6D | 0 | E | 23 | 22 | 25 | 19 | 36 |
| Octal | 250 | 221 | 155 | 0 | 16 | 43 | 42 | 45 | 31 | 66 |
| Binary | 10101000 | 10010001 | 1101101 | 0 | 1110 | 100011 | 100010 | 100101 | 11001 | 110110 |
Color Harmonies of #A8916D
Complementary color
Monochromatic Colors of #A8916D
Black with #A8916D
Text Example
Text Example
White with #A8916D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8916D; }
p { color: rgb(168,145,109); }
H1.HeaderClassName
{
color: #A8916D;
}
.AnyTagClassName
{
color: #A8916D;
}
</style>
background-color css
<style>
a { background-color: #A8916D; }
a { background-color: rgb(168,145,109); }
div.DivClassName
{
background-color: #A8916D;
}
.BgClassName
{
background-color: #A8916D;
}
</style>
border-color css
<style>
span { border-color: #A8916D; }
span { border-color: rgb(168,145,109); }
td.TdClassName
{
border-color: #A8916D;
}
.TagClassName
{
border-color: #A8916D;
}
</style>