Shades of Mongoose #A8906D
Tints of Mongoose #A8906D
RGB
CMYK
RGB Variations
Color information
#A8906D (or 0xA8906D) is known color: Mongoose. HEX triplet: A8, 90 and 6D. RGB value is (168,144,109). Sum of RGB (Red+Green+Blue) = 168+144+109=421 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.90% from 421); Green value is 144 (56.64% from 255 or 34.20% from 421); Blue value is 109 (42.97% from 255 or 25.89% from 421); Max value from RGB is 168 - color contains mainly: red. Hex color #A8906D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8906D is #576F92. Grayscale: #939393. Windows color (decimal): -5730195 or 7180456. OLE color: 7180456.
HSL color Cylindrical-coordinate representation of color #A8906D: hue angle of 35.59º 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 #A8906D is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 144 | 109 | - |
| CMYK | 0 | 0.14 | 0.35 | 0.34 |
| HSL | 35.59º | 0.25% | 0.54% | - |
| HSV(B) | 35.59º | 0.35% | 0.66% | - |
| XYZ | 28.88 | 29.38 | 18.62 | - |
| YUV | 147.19 | 106.45 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 144 | 109 | 0 | 0.14 | 0.35 | 0.34 | 35.59 | 0.25 | 0.54 |
| Hex | A8 | 90 | 6D | 0 | E | 23 | 22 | 24 | 19 | 36 |
| Octal | 250 | 220 | 155 | 0 | 16 | 43 | 42 | 44 | 31 | 66 |
| Binary | 10101000 | 10010000 | 1101101 | 0 | 1110 | 100011 | 100010 | 100100 | 11001 | 110110 |
Color Harmonies of #A8906D
Complementary color
Monochromatic Colors of #A8906D
Black with #A8906D
Text Example
Text Example
White with #A8906D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8906D; }
p { color: rgb(168,144,109); }
H1.HeaderClassName
{
color: #A8906D;
}
.AnyTagClassName
{
color: #A8906D;
}
</style>
background-color css
<style>
a { background-color: #A8906D; }
a { background-color: rgb(168,144,109); }
div.DivClassName
{
background-color: #A8906D;
}
.BgClassName
{
background-color: #A8906D;
}
</style>
border-color css
<style>
span { border-color: #A8906D; }
span { border-color: rgb(168,144,109); }
td.TdClassName
{
border-color: #A8906D;
}
.TagClassName
{
border-color: #A8906D;
}
</style>