Shades of Gimblet #ABA764
Tints of Gimblet #ABA764
RGB
CMYK
RGB Variations
Color information
#ABA764 (or 0xABA764) is known color: Gimblet. HEX triplet: AB, A7 and 64. RGB value is (171,167,100). Sum of RGB (Red+Green+Blue) = 171+167+100=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 167 (65.62% from 255 or 38.13% from 438); Blue value is 100 (39.45% from 255 or 22.83% from 438); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA764 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA764 is #54589B. Grayscale: #A0A0A0. Windows color (decimal): -5527708 or 6596523. OLE color: 6596523.
HSL color Cylindrical-coordinate representation of color #ABA764: hue angle of 56.62º 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 #ABA764 is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 167 | 100 | - |
| CMYK | 0 | 0.02 | 0.42 | 0.33 |
| HSL | 56.62º | 0.3% | 0.53% | - |
| HSV(B) | 56.62º | 0.42% | 0.67% | - |
| XYZ | 32.91 | 37.22 | 17.51 | - |
| YUV | 160.56 | 93.83 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 167 | 100 | 0 | 0.02 | 0.42 | 0.33 | 56.62 | 0.3 | 0.53 |
| Hex | AB | A7 | 64 | 0 | 2 | 2A | 21 | 39 | 1E | 35 |
| Octal | 253 | 247 | 144 | 0 | 2 | 52 | 41 | 71 | 36 | 65 |
| Binary | 10101011 | 10100111 | 1100100 | 0 | 10 | 101010 | 100001 | 111001 | 11110 | 110101 |
Color Harmonies of #ABA764
Complementary color
Monochromatic Colors of #ABA764
Black with #ABA764
Text Example
Text Example
White with #ABA764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA764; }
p { color: rgb(171,167,100); }
H1.HeaderClassName
{
color: #ABA764;
}
.AnyTagClassName
{
color: #ABA764;
}
</style>
background-color css
<style>
a { background-color: #ABA764; }
a { background-color: rgb(171,167,100); }
div.DivClassName
{
background-color: #ABA764;
}
.BgClassName
{
background-color: #ABA764;
}
</style>
border-color css
<style>
span { border-color: #ABA764; }
span { border-color: rgb(171,167,100); }
td.TdClassName
{
border-color: #ABA764;
}
.TagClassName
{
border-color: #ABA764;
}
</style>