Shades of Gimblet #ABA464
Tints of Gimblet #ABA464
RGB
CMYK
RGB Variations
Color information
#ABA464 (or 0xABA464) is known color: Gimblet. HEX triplet: AB, A4 and 64. RGB value is (171,164,100). Sum of RGB (Red+Green+Blue) = 171+164+100=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 164 (64.45% from 255 or 37.70% from 435); Blue value is 100 (39.45% from 255 or 22.99% from 435); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA464 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA464 is #545B9B. Grayscale: #9F9F9F. Windows color (decimal): -5528476 or 6595755. OLE color: 6595755.
HSL color Cylindrical-coordinate representation of color #ABA464: hue angle of 54.08º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ABA464 is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 164 | 100 | - |
| CMYK | 0 | 0.04 | 0.42 | 0.33 |
| HSL | 54.08º | 0.3% | 0.53% | - |
| HSV(B) | 54.08º | 0.42% | 0.67% | - |
| XYZ | 32.37 | 36.13 | 17.32 | - |
| YUV | 158.8 | 94.82 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 164 | 100 | 0 | 0.04 | 0.42 | 0.33 | 54.08 | 0.3 | 0.53 |
| Hex | AB | A4 | 64 | 0 | 4 | 2A | 21 | 36 | 1E | 35 |
| Octal | 253 | 244 | 144 | 0 | 4 | 52 | 41 | 66 | 36 | 65 |
| Binary | 10101011 | 10100100 | 1100100 | 0 | 100 | 101010 | 100001 | 110110 | 11110 | 110101 |
Color Harmonies of #ABA464
Complementary color
Monochromatic Colors of #ABA464
Black with #ABA464
Text Example
Text Example
White with #ABA464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA464; }
p { color: rgb(171,164,100); }
H1.HeaderClassName
{
color: #ABA464;
}
.AnyTagClassName
{
color: #ABA464;
}
</style>
background-color css
<style>
a { background-color: #ABA464; }
a { background-color: rgb(171,164,100); }
div.DivClassName
{
background-color: #ABA464;
}
.BgClassName
{
background-color: #ABA464;
}
</style>
border-color css
<style>
span { border-color: #ABA464; }
span { border-color: rgb(171,164,100); }
td.TdClassName
{
border-color: #ABA464;
}
.TagClassName
{
border-color: #ABA464;
}
</style>