Shades of Gimblet #ABA865
Tints of Gimblet #ABA865
RGB
CMYK
RGB Variations
Color information
#ABA865 (or 0xABA865) is known color: Gimblet. HEX triplet: AB, A8 and 65. RGB value is (171,168,101). Sum of RGB (Red+Green+Blue) = 171+168+101=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 168 (66.02% from 255 or 38.18% from 440); Blue value is 101 (39.84% from 255 or 22.95% from 440); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA865 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA865 is #54579A. Grayscale: #A1A1A1. Windows color (decimal): -5527451 or 6662315. OLE color: 6662315.
HSL color Cylindrical-coordinate representation of color #ABA865: hue angle of 57.43º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ABA865 is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 168 | 101 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.33 |
| HSL | 57.43º | 0.29% | 0.53% | - |
| HSV(B) | 57.43º | 0.41% | 0.67% | - |
| XYZ | 33.15 | 37.6 | 17.82 | - |
| YUV | 161.26 | 93.99 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 168 | 101 | 0 | 0.02 | 0.41 | 0.33 | 57.43 | 0.29 | 0.53 |
| Hex | AB | A8 | 65 | 0 | 2 | 29 | 21 | 39 | 1D | 35 |
| Octal | 253 | 250 | 145 | 0 | 2 | 51 | 41 | 71 | 35 | 65 |
| Binary | 10101011 | 10101000 | 1100101 | 0 | 10 | 101001 | 100001 | 111001 | 11101 | 110101 |
Color Harmonies of #ABA865
Complementary color
Monochromatic Colors of #ABA865
Black with #ABA865
Text Example
Text Example
White with #ABA865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA865; }
p { color: rgb(171,168,101); }
H1.HeaderClassName
{
color: #ABA865;
}
.AnyTagClassName
{
color: #ABA865;
}
</style>
background-color css
<style>
a { background-color: #ABA865; }
a { background-color: rgb(171,168,101); }
div.DivClassName
{
background-color: #ABA865;
}
.BgClassName
{
background-color: #ABA865;
}
</style>
border-color css
<style>
span { border-color: #ABA865; }
span { border-color: rgb(171,168,101); }
td.TdClassName
{
border-color: #ABA865;
}
.TagClassName
{
border-color: #ABA865;
}
</style>