Shades of Gimblet #ABA666
Tints of Gimblet #ABA666
RGB
CMYK
RGB Variations
Color information
#ABA666 (or 0xABA666) is known color: Gimblet. HEX triplet: AB, A6 and 66. RGB value is (171,166,102). Sum of RGB (Red+Green+Blue) = 171+166+102=439 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.95% from 439); Green value is 166 (65.23% from 255 or 37.81% from 439); Blue value is 102 (40.23% from 255 or 23.23% from 439); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA666 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA666 is #545999. Grayscale: #A0A0A0. Windows color (decimal): -5527962 or 6727339. OLE color: 6727339.
HSL color Cylindrical-coordinate representation of color #ABA666: hue angle of 55.65º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ABA666 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 166 | 102 | - |
| CMYK | 0 | 0.03 | 0.40 | 0.33 |
| HSL | 55.65º | 0.29% | 0.54% | - |
| HSV(B) | 55.65º | 0.4% | 0.67% | - |
| XYZ | 32.83 | 36.89 | 17.96 | - |
| YUV | 160.2 | 95.16 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 166 | 102 | 0 | 0.03 | 0.40 | 0.33 | 55.65 | 0.29 | 0.54 |
| Hex | AB | A6 | 66 | 0 | 3 | 28 | 21 | 38 | 1D | 36 |
| Octal | 253 | 246 | 146 | 0 | 3 | 50 | 41 | 70 | 35 | 66 |
| Binary | 10101011 | 10100110 | 1100110 | 0 | 11 | 101000 | 100001 | 111000 | 11101 | 110110 |
Color Harmonies of #ABA666
Complementary color
Monochromatic Colors of #ABA666
Black with #ABA666
Text Example
Text Example
White with #ABA666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA666; }
p { color: rgb(171,166,102); }
H1.HeaderClassName
{
color: #ABA666;
}
.AnyTagClassName
{
color: #ABA666;
}
</style>
background-color css
<style>
a { background-color: #ABA666; }
a { background-color: rgb(171,166,102); }
div.DivClassName
{
background-color: #ABA666;
}
.BgClassName
{
background-color: #ABA666;
}
</style>
border-color css
<style>
span { border-color: #ABA666; }
span { border-color: rgb(171,166,102); }
td.TdClassName
{
border-color: #ABA666;
}
.TagClassName
{
border-color: #ABA666;
}
</style>