Shades of Gimblet #ABA266
Tints of Gimblet #ABA266
RGB
CMYK
RGB Variations
Color information
#ABA266 (or 0xABA266) is known color: Gimblet. HEX triplet: AB, A2 and 66. RGB value is (171,162,102). Sum of RGB (Red+Green+Blue) = 171+162+102=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 162 (63.67% from 255 or 37.24% from 435); Blue value is 102 (40.23% from 255 or 23.45% from 435); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA266 is #545D99. Grayscale: #9E9E9E. Windows color (decimal): -5528986 or 6726315. OLE color: 6726315.
HSL color Cylindrical-coordinate representation of color #ABA266: hue angle of 52.17º 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 #ABA266 is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 162 | 102 | - |
| CMYK | 0 | 0.05 | 0.40 | 0.33 |
| HSL | 52.17º | 0.29% | 0.54% | - |
| HSV(B) | 52.17º | 0.4% | 0.67% | - |
| XYZ | 32.11 | 35.46 | 17.72 | - |
| YUV | 157.85 | 96.48 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 162 | 102 | 0 | 0.05 | 0.40 | 0.33 | 52.17 | 0.29 | 0.54 |
| Hex | AB | A2 | 66 | 0 | 5 | 28 | 21 | 34 | 1D | 36 |
| Octal | 253 | 242 | 146 | 0 | 5 | 50 | 41 | 64 | 35 | 66 |
| Binary | 10101011 | 10100010 | 1100110 | 0 | 101 | 101000 | 100001 | 110100 | 11101 | 110110 |
Color Harmonies of #ABA266
Complementary color
Monochromatic Colors of #ABA266
Black with #ABA266
Text Example
Text Example
White with #ABA266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA266; }
p { color: rgb(171,162,102); }
H1.HeaderClassName
{
color: #ABA266;
}
.AnyTagClassName
{
color: #ABA266;
}
</style>
background-color css
<style>
a { background-color: #ABA266; }
a { background-color: rgb(171,162,102); }
div.DivClassName
{
background-color: #ABA266;
}
.BgClassName
{
background-color: #ABA266;
}
</style>
border-color css
<style>
span { border-color: #ABA266; }
span { border-color: rgb(171,162,102); }
td.TdClassName
{
border-color: #ABA266;
}
.TagClassName
{
border-color: #ABA266;
}
</style>