Shades of Gimblet #A6A060
Tints of Gimblet #A6A060
RGB
CMYK
RGB Variations
Color information
#A6A060 (or 0xA6A060) is known color: Gimblet. HEX triplet: A6, A0 and 60. RGB value is (166,160,96). Sum of RGB (Red+Green+Blue) = 166+160+96=422 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.34% from 422); Green value is 160 (62.89% from 255 or 37.91% from 422); Blue value is 96 (37.89% from 255 or 22.75% from 422); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A060 is #595F9F. Grayscale: #9A9A9A. Windows color (decimal): -5857184 or 6332582. OLE color: 6332582.
HSL color Cylindrical-coordinate representation of color #A6A060: hue angle of 54.86º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A6A060 is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 160 | 96 | - |
| CMYK | 0 | 0.04 | 0.42 | 0.35 |
| HSL | 54.86º | 0.28% | 0.51% | - |
| HSV(B) | 54.86º | 0.42% | 0.65% | - |
| XYZ | 30.41 | 34.09 | 16.04 | - |
| YUV | 154.5 | 94.99 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 160 | 96 | 0 | 0.04 | 0.42 | 0.35 | 54.86 | 0.28 | 0.51 |
| Hex | A6 | A0 | 60 | 0 | 4 | 2A | 23 | 37 | 1C | 33 |
| Octal | 246 | 240 | 140 | 0 | 4 | 52 | 43 | 67 | 34 | 63 |
| Binary | 10100110 | 10100000 | 1100000 | 0 | 100 | 101010 | 100011 | 110111 | 11100 | 110011 |
Color Harmonies of #A6A060
Complementary color
Monochromatic Colors of #A6A060
Black with #A6A060
Text Example
Text Example
White with #A6A060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A060; }
p { color: rgb(166,160,96); }
H1.HeaderClassName
{
color: #A6A060;
}
.AnyTagClassName
{
color: #A6A060;
}
</style>
background-color css
<style>
a { background-color: #A6A060; }
a { background-color: rgb(166,160,96); }
div.DivClassName
{
background-color: #A6A060;
}
.BgClassName
{
background-color: #A6A060;
}
</style>
border-color css
<style>
span { border-color: #A6A060; }
span { border-color: rgb(166,160,96); }
td.TdClassName
{
border-color: #A6A060;
}
.TagClassName
{
border-color: #A6A060;
}
</style>