Shades of Gimblet #ABA868
Tints of Gimblet #ABA868
RGB
CMYK
RGB Variations
Color information
#ABA868 (or 0xABA868) is known color: Gimblet. HEX triplet: AB, A8 and 68. RGB value is (171,168,104). Sum of RGB (Red+Green+Blue) = 171+168+104=443 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.60% from 443); Green value is 168 (66.02% from 255 or 37.92% from 443); Blue value is 104 (41.02% from 255 or 23.48% from 443); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA868 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA868 is #545797. Grayscale: #A1A1A1. Windows color (decimal): -5527448 or 6858923. OLE color: 6858923.
HSL color Cylindrical-coordinate representation of color #ABA868: hue angle of 57.31º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ABA868 is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 168 | 104 | - |
| CMYK | 0 | 0.02 | 0.39 | 0.33 |
| HSL | 57.31º | 0.29% | 0.54% | - |
| HSV(B) | 57.31º | 0.39% | 0.67% | - |
| XYZ | 33.3 | 37.66 | 18.61 | - |
| YUV | 161.6 | 95.49 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 168 | 104 | 0 | 0.02 | 0.39 | 0.33 | 57.31 | 0.29 | 0.54 |
| Hex | AB | A8 | 68 | 0 | 2 | 27 | 21 | 39 | 1D | 36 |
| Octal | 253 | 250 | 150 | 0 | 2 | 47 | 41 | 71 | 35 | 66 |
| Binary | 10101011 | 10101000 | 1101000 | 0 | 10 | 100111 | 100001 | 111001 | 11101 | 110110 |
Color Harmonies of #ABA868
Complementary color
Monochromatic Colors of #ABA868
Black with #ABA868
Text Example
Text Example
White with #ABA868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA868; }
p { color: rgb(171,168,104); }
H1.HeaderClassName
{
color: #ABA868;
}
.AnyTagClassName
{
color: #ABA868;
}
</style>
background-color css
<style>
a { background-color: #ABA868; }
a { background-color: rgb(171,168,104); }
div.DivClassName
{
background-color: #ABA868;
}
.BgClassName
{
background-color: #ABA868;
}
</style>
border-color css
<style>
span { border-color: #ABA868; }
span { border-color: rgb(171,168,104); }
td.TdClassName
{
border-color: #ABA868;
}
.TagClassName
{
border-color: #ABA868;
}
</style>