Shades of Gimblet #ABA359
Tints of Gimblet #ABA359
RGB
CMYK
RGB Variations
Color information
#ABA359 (or 0xABA359) is known color: Gimblet. HEX triplet: AB, A3 and 59. RGB value is (171,163,89). Sum of RGB (Red+Green+Blue) = 171+163+89=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 163 (64.06% from 255 or 38.53% from 423); Blue value is 89 (35.16% from 255 or 21.04% from 423); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA359 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA359 is #545CA6. Grayscale: #9D9D9D. Windows color (decimal): -5528743 or 5874603. OLE color: 5874603.
HSL color Cylindrical-coordinate representation of color #ABA359: hue angle of 54.15º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ABA359 is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 163 | 89 | - |
| CMYK | 0 | 0.05 | 0.48 | 0.33 |
| HSL | 54.15º | 0.33% | 0.51% | - |
| HSV(B) | 54.15º | 0.48% | 0.67% | - |
| XYZ | 31.69 | 35.57 | 14.65 | - |
| YUV | 156.96 | 89.65 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 163 | 89 | 0 | 0.05 | 0.48 | 0.33 | 54.15 | 0.33 | 0.51 |
| Hex | AB | A3 | 59 | 0 | 5 | 30 | 21 | 36 | 21 | 33 |
| Octal | 253 | 243 | 131 | 0 | 5 | 60 | 41 | 66 | 41 | 63 |
| Binary | 10101011 | 10100011 | 1011001 | 0 | 101 | 110000 | 100001 | 110110 | 100001 | 110011 |
Color Harmonies of #ABA359
Complementary color
Monochromatic Colors of #ABA359
Black with #ABA359
Text Example
Text Example
White with #ABA359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA359; }
p { color: rgb(171,163,89); }
H1.HeaderClassName
{
color: #ABA359;
}
.AnyTagClassName
{
color: #ABA359;
}
</style>
background-color css
<style>
a { background-color: #ABA359; }
a { background-color: rgb(171,163,89); }
div.DivClassName
{
background-color: #ABA359;
}
.BgClassName
{
background-color: #ABA359;
}
</style>
border-color css
<style>
span { border-color: #ABA359; }
span { border-color: rgb(171,163,89); }
td.TdClassName
{
border-color: #ABA359;
}
.TagClassName
{
border-color: #ABA359;
}
</style>