Shades of Gimblet #A6A061
Tints of Gimblet #A6A061
RGB
CMYK
RGB Variations
Color information
#A6A061 (or 0xA6A061) is known color: Gimblet. HEX triplet: A6, A0 and 61. RGB value is (166,160,97). Sum of RGB (Red+Green+Blue) = 166+160+97=423 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.24% from 423); Green value is 160 (62.89% from 255 or 37.83% from 423); Blue value is 97 (38.28% from 255 or 22.93% from 423); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A061 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A061 is #595F9E. Grayscale: #9A9A9A. Windows color (decimal): -5857183 or 6398118. OLE color: 6398118.
HSL color Cylindrical-coordinate representation of color #A6A061: hue angle of 54.78º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A6A061 is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 160 | 97 | - |
| CMYK | 0 | 0.04 | 0.42 | 0.35 |
| HSL | 54.78º | 0.28% | 0.52% | - |
| HSV(B) | 54.78º | 0.42% | 0.65% | - |
| XYZ | 30.45 | 34.11 | 16.29 | - |
| YUV | 154.61 | 95.49 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 160 | 97 | 0 | 0.04 | 0.42 | 0.35 | 54.78 | 0.28 | 0.52 |
| Hex | A6 | A0 | 61 | 0 | 4 | 2A | 23 | 37 | 1C | 34 |
| Octal | 246 | 240 | 141 | 0 | 4 | 52 | 43 | 67 | 34 | 64 |
| Binary | 10100110 | 10100000 | 1100001 | 0 | 100 | 101010 | 100011 | 110111 | 11100 | 110100 |
Color Harmonies of #A6A061
Complementary color
Monochromatic Colors of #A6A061
Black with #A6A061
Text Example
Text Example
White with #A6A061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A061; }
p { color: rgb(166,160,97); }
H1.HeaderClassName
{
color: #A6A061;
}
.AnyTagClassName
{
color: #A6A061;
}
</style>
background-color css
<style>
a { background-color: #A6A061; }
a { background-color: rgb(166,160,97); }
div.DivClassName
{
background-color: #A6A061;
}
.BgClassName
{
background-color: #A6A061;
}
</style>
border-color css
<style>
span { border-color: #A6A061; }
span { border-color: rgb(166,160,97); }
td.TdClassName
{
border-color: #A6A061;
}
.TagClassName
{
border-color: #A6A061;
}
</style>