Shades of Gimblet #ABA065
Tints of Gimblet #ABA065
RGB
CMYK
RGB Variations
Color information
#ABA065 (or 0xABA065) is known color: Gimblet. HEX triplet: AB, A0 and 65. RGB value is (171,160,101). Sum of RGB (Red+Green+Blue) = 171+160+101=432 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.58% from 432); Green value is 160 (62.89% from 255 or 37.04% from 432); Blue value is 101 (39.84% from 255 or 23.38% from 432); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA065 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA065 is #545F9A. Grayscale: #9C9C9C. Windows color (decimal): -5529499 or 6660267. OLE color: 6660267.
HSL color Cylindrical-coordinate representation of color #ABA065: hue angle of 50.57º 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 #ABA065 is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 160 | 101 | - |
| CMYK | 0 | 0.06 | 0.41 | 0.33 |
| HSL | 50.57º | 0.29% | 0.53% | - |
| HSV(B) | 50.57º | 0.41% | 0.67% | - |
| XYZ | 31.71 | 34.74 | 17.35 | - |
| YUV | 156.56 | 96.64 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 160 | 101 | 0 | 0.06 | 0.41 | 0.33 | 50.57 | 0.29 | 0.53 |
| Hex | AB | A0 | 65 | 0 | 6 | 29 | 21 | 33 | 1D | 35 |
| Octal | 253 | 240 | 145 | 0 | 6 | 51 | 41 | 63 | 35 | 65 |
| Binary | 10101011 | 10100000 | 1100101 | 0 | 110 | 101001 | 100001 | 110011 | 11101 | 110101 |
Color Harmonies of #ABA065
Complementary color
Monochromatic Colors of #ABA065
Black with #ABA065
Text Example
Text Example
White with #ABA065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA065; }
p { color: rgb(171,160,101); }
H1.HeaderClassName
{
color: #ABA065;
}
.AnyTagClassName
{
color: #ABA065;
}
</style>
background-color css
<style>
a { background-color: #ABA065; }
a { background-color: rgb(171,160,101); }
div.DivClassName
{
background-color: #ABA065;
}
.BgClassName
{
background-color: #ABA065;
}
</style>
border-color css
<style>
span { border-color: #ABA065; }
span { border-color: rgb(171,160,101); }
td.TdClassName
{
border-color: #ABA065;
}
.TagClassName
{
border-color: #ABA065;
}
</style>