Shades of Gimblet #A6A05A
Tints of Gimblet #A6A05A
RGB
CMYK
RGB Variations
Color information
#A6A05A (or 0xA6A05A) is known color: Gimblet. HEX triplet: A6, A0 and 5A. RGB value is (166,160,90). Sum of RGB (Red+Green+Blue) = 166+160+90=416 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.90% from 416); Green value is 160 (62.89% from 255 or 38.46% from 416); Blue value is 90 (35.55% from 255 or 21.63% from 416); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A05A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A05A is #595FA5. Grayscale: #9A9A9A. Windows color (decimal): -5857190 or 5939366. OLE color: 5939366.
HSL color Cylindrical-coordinate representation of color #A6A05A: hue angle of 55.26º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A6A05A is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 160 | 90 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.35 |
| HSL | 55.26º | 0.3% | 0.5% | - |
| HSV(B) | 55.26º | 0.46% | 0.65% | - |
| XYZ | 30.14 | 33.99 | 14.64 | - |
| YUV | 153.81 | 91.99 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 160 | 90 | 0 | 0.04 | 0.46 | 0.35 | 55.26 | 0.3 | 0.5 |
| Hex | A6 | A0 | 5A | 0 | 4 | 2E | 23 | 37 | 1E | 32 |
| Octal | 246 | 240 | 132 | 0 | 4 | 56 | 43 | 67 | 36 | 62 |
| Binary | 10100110 | 10100000 | 1011010 | 0 | 100 | 101110 | 100011 | 110111 | 11110 | 110010 |
Color Harmonies of #A6A05A
Complementary color
Monochromatic Colors of #A6A05A
Black with #A6A05A
Text Example
Text Example
White with #A6A05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A05A; }
p { color: rgb(166,160,90); }
H1.HeaderClassName
{
color: #A6A05A;
}
.AnyTagClassName
{
color: #A6A05A;
}
</style>
background-color css
<style>
a { background-color: #A6A05A; }
a { background-color: rgb(166,160,90); }
div.DivClassName
{
background-color: #A6A05A;
}
.BgClassName
{
background-color: #A6A05A;
}
</style>
border-color css
<style>
span { border-color: #A6A05A; }
span { border-color: rgb(166,160,90); }
td.TdClassName
{
border-color: #A6A05A;
}
.TagClassName
{
border-color: #A6A05A;
}
</style>