Shades of Gimblet #ABA566
Tints of Gimblet #ABA566
RGB
CMYK
RGB Variations
Color information
#ABA566 (or 0xABA566) is known color: Gimblet. HEX triplet: AB, A5 and 66. RGB value is (171,165,102). Sum of RGB (Red+Green+Blue) = 171+165+102=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 165 (64.84% from 255 or 37.67% from 438); Blue value is 102 (40.23% from 255 or 23.29% from 438); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA566 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA566 is #545A99. Grayscale: #9F9F9F. Windows color (decimal): -5528218 or 6727083. OLE color: 6727083.
HSL color Cylindrical-coordinate representation of color #ABA566: hue angle of 54.78º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ABA566 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 165 | 102 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.33 |
| HSL | 54.78º | 0.29% | 0.54% | - |
| HSV(B) | 54.78º | 0.4% | 0.67% | - |
| XYZ | 32.65 | 36.53 | 17.9 | - |
| YUV | 159.61 | 95.49 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 165 | 102 | 0 | 0.04 | 0.40 | 0.33 | 54.78 | 0.29 | 0.54 |
| Hex | AB | A5 | 66 | 0 | 4 | 28 | 21 | 37 | 1D | 36 |
| Octal | 253 | 245 | 146 | 0 | 4 | 50 | 41 | 67 | 35 | 66 |
| Binary | 10101011 | 10100101 | 1100110 | 0 | 100 | 101000 | 100001 | 110111 | 11101 | 110110 |
Color Harmonies of #ABA566
Complementary color
Monochromatic Colors of #ABA566
Black with #ABA566
Text Example
Text Example
White with #ABA566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA566; }
p { color: rgb(171,165,102); }
H1.HeaderClassName
{
color: #ABA566;
}
.AnyTagClassName
{
color: #ABA566;
}
</style>
background-color css
<style>
a { background-color: #ABA566; }
a { background-color: rgb(171,165,102); }
div.DivClassName
{
background-color: #ABA566;
}
.BgClassName
{
background-color: #ABA566;
}
</style>
border-color css
<style>
span { border-color: #ABA566; }
span { border-color: rgb(171,165,102); }
td.TdClassName
{
border-color: #ABA566;
}
.TagClassName
{
border-color: #ABA566;
}
</style>