Shades of Gimblet #ABA366
Tints of Gimblet #ABA366
RGB
CMYK
RGB Variations
Color information
#ABA366 (or 0xABA366) is known color: Gimblet. HEX triplet: AB, A3 and 66. RGB value is (171,163,102). Sum of RGB (Red+Green+Blue) = 171+163+102=436 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.22% from 436); Green value is 163 (64.06% from 255 or 37.39% from 436); Blue value is 102 (40.23% from 255 or 23.39% from 436); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA366 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA366 is #545C99. Grayscale: #9E9E9E. Windows color (decimal): -5528730 or 6726571. OLE color: 6726571.
HSL color Cylindrical-coordinate representation of color #ABA366: hue angle of 53.04º 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 #ABA366 is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 163 | 102 | - |
| CMYK | 0 | 0.05 | 0.40 | 0.33 |
| HSL | 53.04º | 0.29% | 0.54% | - |
| HSV(B) | 53.04º | 0.4% | 0.67% | - |
| XYZ | 32.29 | 35.81 | 17.78 | - |
| YUV | 158.44 | 96.15 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 163 | 102 | 0 | 0.05 | 0.40 | 0.33 | 53.04 | 0.29 | 0.54 |
| Hex | AB | A3 | 66 | 0 | 5 | 28 | 21 | 35 | 1D | 36 |
| Octal | 253 | 243 | 146 | 0 | 5 | 50 | 41 | 65 | 35 | 66 |
| Binary | 10101011 | 10100011 | 1100110 | 0 | 101 | 101000 | 100001 | 110101 | 11101 | 110110 |
Color Harmonies of #ABA366
Complementary color
Monochromatic Colors of #ABA366
Black with #ABA366
Text Example
Text Example
White with #ABA366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA366; }
p { color: rgb(171,163,102); }
H1.HeaderClassName
{
color: #ABA366;
}
.AnyTagClassName
{
color: #ABA366;
}
</style>
background-color css
<style>
a { background-color: #ABA366; }
a { background-color: rgb(171,163,102); }
div.DivClassName
{
background-color: #ABA366;
}
.BgClassName
{
background-color: #ABA366;
}
</style>
border-color css
<style>
span { border-color: #ABA366; }
span { border-color: rgb(171,163,102); }
td.TdClassName
{
border-color: #ABA366;
}
.TagClassName
{
border-color: #ABA366;
}
</style>