Shades of Gimblet #ABA86B
Tints of Gimblet #ABA86B
RGB
CMYK
RGB Variations
Color information
#ABA86B (or 0xABA86B) is known color: Gimblet. HEX triplet: AB, A8 and 6B. RGB value is (171,168,107). Sum of RGB (Red+Green+Blue) = 171+168+107=446 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.34% from 446); Green value is 168 (66.02% from 255 or 37.67% from 446); Blue value is 107 (42.19% from 255 or 23.99% from 446); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA86B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA86B is #545794. Grayscale: #A2A2A2. Windows color (decimal): -5527445 or 7055531. OLE color: 7055531.
HSL color Cylindrical-coordinate representation of color #ABA86B: hue angle of 57.19º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ABA86B is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 168 | 107 | - |
| CMYK | 0 | 0.02 | 0.37 | 0.33 |
| HSL | 57.19º | 0.28% | 0.55% | - |
| HSV(B) | 57.19º | 0.37% | 0.67% | - |
| XYZ | 33.45 | 37.72 | 19.43 | - |
| YUV | 161.94 | 96.99 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 168 | 107 | 0 | 0.02 | 0.37 | 0.33 | 57.19 | 0.28 | 0.55 |
| Hex | AB | A8 | 6B | 0 | 2 | 25 | 21 | 39 | 1C | 37 |
| Octal | 253 | 250 | 153 | 0 | 2 | 45 | 41 | 71 | 34 | 67 |
| Binary | 10101011 | 10101000 | 1101011 | 0 | 10 | 100101 | 100001 | 111001 | 11100 | 110111 |
Color Harmonies of #ABA86B
Complementary color
Monochromatic Colors of #ABA86B
Black with #ABA86B
Text Example
Text Example
White with #ABA86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA86B; }
p { color: rgb(171,168,107); }
H1.HeaderClassName
{
color: #ABA86B;
}
.AnyTagClassName
{
color: #ABA86B;
}
</style>
background-color css
<style>
a { background-color: #ABA86B; }
a { background-color: rgb(171,168,107); }
div.DivClassName
{
background-color: #ABA86B;
}
.BgClassName
{
background-color: #ABA86B;
}
</style>
border-color css
<style>
span { border-color: #ABA86B; }
span { border-color: rgb(171,168,107); }
td.TdClassName
{
border-color: #ABA86B;
}
.TagClassName
{
border-color: #ABA86B;
}
</style>