Shades of Gimblet #ABA560
Tints of Gimblet #ABA560
RGB
CMYK
RGB Variations
Color information
#ABA560 (or 0xABA560) is known color: Gimblet. HEX triplet: AB, A5 and 60. RGB value is (171,165,96). Sum of RGB (Red+Green+Blue) = 171+165+96=432 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.58% from 432); Green value is 165 (64.84% from 255 or 38.19% from 432); Blue value is 96 (37.89% from 255 or 22.22% from 432); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA560 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA560 is #545A9F. Grayscale: #9F9F9F. Windows color (decimal): -5528224 or 6333867. OLE color: 6333867.
HSL color Cylindrical-coordinate representation of color #ABA560: hue angle of 55.2º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ABA560 is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 165 | 96 | - |
| CMYK | 0 | 0.04 | 0.44 | 0.33 |
| HSL | 55.2º | 0.31% | 0.52% | - |
| HSV(B) | 55.2º | 0.44% | 0.67% | - |
| XYZ | 32.36 | 36.41 | 16.39 | - |
| YUV | 158.93 | 92.49 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 165 | 96 | 0 | 0.04 | 0.44 | 0.33 | 55.2 | 0.31 | 0.52 |
| Hex | AB | A5 | 60 | 0 | 4 | 2C | 21 | 37 | 1F | 34 |
| Octal | 253 | 245 | 140 | 0 | 4 | 54 | 41 | 67 | 37 | 64 |
| Binary | 10101011 | 10100101 | 1100000 | 0 | 100 | 101100 | 100001 | 110111 | 11111 | 110100 |
Color Harmonies of #ABA560
Complementary color
Monochromatic Colors of #ABA560
Black with #ABA560
Text Example
Text Example
White with #ABA560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA560; }
p { color: rgb(171,165,96); }
H1.HeaderClassName
{
color: #ABA560;
}
.AnyTagClassName
{
color: #ABA560;
}
</style>
background-color css
<style>
a { background-color: #ABA560; }
a { background-color: rgb(171,165,96); }
div.DivClassName
{
background-color: #ABA560;
}
.BgClassName
{
background-color: #ABA560;
}
</style>
border-color css
<style>
span { border-color: #ABA560; }
span { border-color: rgb(171,165,96); }
td.TdClassName
{
border-color: #ABA560;
}
.TagClassName
{
border-color: #ABA560;
}
</style>