Shades of Mongoose #A6916E
Tints of Mongoose #A6916E
RGB
CMYK
RGB Variations
Color information
#A6916E (or 0xA6916E) is known color: Mongoose. HEX triplet: A6, 91 and 6E. RGB value is (166,145,110). Sum of RGB (Red+Green+Blue) = 166+145+110=421 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.43% from 421); Green value is 145 (57.03% from 255 or 34.44% from 421); Blue value is 110 (43.36% from 255 or 26.13% from 421); Max value from RGB is 166 - color contains mainly: red. Hex color #A6916E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6916E is #596E91. Grayscale: #939393. Windows color (decimal): -5861010 or 7246246. OLE color: 7246246.
HSL color Cylindrical-coordinate representation of color #A6916E: hue angle of 37.5º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6916E is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 145 | 110 | - |
| CMYK | 0 | 0.13 | 0.34 | 0.35 |
| HSL | 37.5º | 0.24% | 0.54% | - |
| HSV(B) | 37.5º | 0.34% | 0.65% | - |
| XYZ | 28.67 | 29.48 | 18.93 | - |
| YUV | 147.29 | 106.96 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 145 | 110 | 0 | 0.13 | 0.34 | 0.35 | 37.5 | 0.24 | 0.54 |
| Hex | A6 | 91 | 6E | 0 | D | 22 | 23 | 26 | 18 | 36 |
| Octal | 246 | 221 | 156 | 0 | 15 | 42 | 43 | 46 | 30 | 66 |
| Binary | 10100110 | 10010001 | 1101110 | 0 | 1101 | 100010 | 100011 | 100110 | 11000 | 110110 |
Color Harmonies of #A6916E
Complementary color
Monochromatic Colors of #A6916E
Black with #A6916E
Text Example
Text Example
White with #A6916E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6916E; }
p { color: rgb(166,145,110); }
H1.HeaderClassName
{
color: #A6916E;
}
.AnyTagClassName
{
color: #A6916E;
}
</style>
background-color css
<style>
a { background-color: #A6916E; }
a { background-color: rgb(166,145,110); }
div.DivClassName
{
background-color: #A6916E;
}
.BgClassName
{
background-color: #A6916E;
}
</style>
border-color css
<style>
span { border-color: #A6916E; }
span { border-color: rgb(166,145,110); }
td.TdClassName
{
border-color: #A6916E;
}
.TagClassName
{
border-color: #A6916E;
}
</style>