Shades of Gimblet #ABA662
Tints of Gimblet #ABA662
RGB
CMYK
RGB Variations
Color information
#ABA662 (or 0xABA662) is known color: Gimblet. HEX triplet: AB, A6 and 62. RGB value is (171,166,98). Sum of RGB (Red+Green+Blue) = 171+166+98=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 166 (65.23% from 255 or 38.16% from 435); Blue value is 98 (38.67% from 255 or 22.53% from 435); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA662 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA662 is #54599D. Grayscale: #A0A0A0. Windows color (decimal): -5527966 or 6465195. OLE color: 6465195.
HSL color Cylindrical-coordinate representation of color #ABA662: hue angle of 55.89º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ABA662 is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 166 | 98 | - |
| CMYK | 0 | 0.03 | 0.43 | 0.33 |
| HSL | 55.89º | 0.3% | 0.53% | - |
| HSV(B) | 55.89º | 0.43% | 0.67% | - |
| XYZ | 32.64 | 36.81 | 16.94 | - |
| YUV | 159.74 | 93.16 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 166 | 98 | 0 | 0.03 | 0.43 | 0.33 | 55.89 | 0.3 | 0.53 |
| Hex | AB | A6 | 62 | 0 | 3 | 2B | 21 | 38 | 1E | 35 |
| Octal | 253 | 246 | 142 | 0 | 3 | 53 | 41 | 70 | 36 | 65 |
| Binary | 10101011 | 10100110 | 1100010 | 0 | 11 | 101011 | 100001 | 111000 | 11110 | 110101 |
Color Harmonies of #ABA662
Complementary color
Monochromatic Colors of #ABA662
Black with #ABA662
Text Example
Text Example
White with #ABA662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA662; }
p { color: rgb(171,166,98); }
H1.HeaderClassName
{
color: #ABA662;
}
.AnyTagClassName
{
color: #ABA662;
}
</style>
background-color css
<style>
a { background-color: #ABA662; }
a { background-color: rgb(171,166,98); }
div.DivClassName
{
background-color: #ABA662;
}
.BgClassName
{
background-color: #ABA662;
}
</style>
border-color css
<style>
span { border-color: #ABA662; }
span { border-color: rgb(171,166,98); }
td.TdClassName
{
border-color: #ABA662;
}
.TagClassName
{
border-color: #ABA662;
}
</style>