Shades of Gimblet #ABA259
Tints of Gimblet #ABA259
RGB
CMYK
RGB Variations
Color information
#ABA259 (or 0xABA259) is known color: Gimblet. HEX triplet: AB, A2 and 59. RGB value is (171,162,89). Sum of RGB (Red+Green+Blue) = 171+162+89=422 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.52% from 422); Green value is 162 (63.67% from 255 or 38.39% from 422); Blue value is 89 (35.16% from 255 or 21.09% from 422); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA259 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA259 is #545DA6. Grayscale: #9C9C9C. Windows color (decimal): -5528999 or 5874347. OLE color: 5874347.
HSL color Cylindrical-coordinate representation of color #ABA259: hue angle of 53.41º 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 #ABA259 is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 162 | 89 | - |
| CMYK | 0 | 0.05 | 0.48 | 0.33 |
| HSL | 53.41º | 0.33% | 0.51% | - |
| HSV(B) | 53.41º | 0.48% | 0.67% | - |
| XYZ | 31.52 | 35.22 | 14.59 | - |
| YUV | 156.37 | 89.98 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 162 | 89 | 0 | 0.05 | 0.48 | 0.33 | 53.41 | 0.33 | 0.51 |
| Hex | AB | A2 | 59 | 0 | 5 | 30 | 21 | 35 | 21 | 33 |
| Octal | 253 | 242 | 131 | 0 | 5 | 60 | 41 | 65 | 41 | 63 |
| Binary | 10101011 | 10100010 | 1011001 | 0 | 101 | 110000 | 100001 | 110101 | 100001 | 110011 |
Color Harmonies of #ABA259
Complementary color
Monochromatic Colors of #ABA259
Black with #ABA259
Text Example
Text Example
White with #ABA259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA259; }
p { color: rgb(171,162,89); }
H1.HeaderClassName
{
color: #ABA259;
}
.AnyTagClassName
{
color: #ABA259;
}
</style>
background-color css
<style>
a { background-color: #ABA259; }
a { background-color: rgb(171,162,89); }
div.DivClassName
{
background-color: #ABA259;
}
.BgClassName
{
background-color: #ABA259;
}
</style>
border-color css
<style>
span { border-color: #ABA259; }
span { border-color: rgb(171,162,89); }
td.TdClassName
{
border-color: #ABA259;
}
.TagClassName
{
border-color: #ABA259;
}
</style>