Shades of Gimblet #ABA76C
Tints of Gimblet #ABA76C
RGB
CMYK
RGB Variations
Color information
#ABA76C (or 0xABA76C) is known color: Gimblet. HEX triplet: AB, A7 and 6C. RGB value is (171,167,108). Sum of RGB (Red+Green+Blue) = 171+167+108=446 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.34% from 446); Green value is 167 (65.62% from 255 or 37.44% from 446); Blue value is 108 (42.58% from 255 or 24.22% from 446); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA76C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA76C is #545893. Grayscale: #A1A1A1. Windows color (decimal): -5527700 or 7120811. OLE color: 7120811.
HSL color Cylindrical-coordinate representation of color #ABA76C: hue angle of 56.19º degrees, saturation: 0.27, 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 #ABA76C is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 167 | 108 | - |
| CMYK | 0 | 0.02 | 0.37 | 0.33 |
| HSL | 56.19º | 0.27% | 0.55% | - |
| HSV(B) | 56.19º | 0.37% | 0.67% | - |
| XYZ | 33.32 | 37.38 | 19.65 | - |
| YUV | 161.47 | 97.83 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 167 | 108 | 0 | 0.02 | 0.37 | 0.33 | 56.19 | 0.27 | 0.55 |
| Hex | AB | A7 | 6C | 0 | 2 | 25 | 21 | 38 | 1B | 37 |
| Octal | 253 | 247 | 154 | 0 | 2 | 45 | 41 | 70 | 33 | 67 |
| Binary | 10101011 | 10100111 | 1101100 | 0 | 10 | 100101 | 100001 | 111000 | 11011 | 110111 |
Color Harmonies of #ABA76C
Complementary color
Monochromatic Colors of #ABA76C
Black with #ABA76C
Text Example
Text Example
White with #ABA76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA76C; }
p { color: rgb(171,167,108); }
H1.HeaderClassName
{
color: #ABA76C;
}
.AnyTagClassName
{
color: #ABA76C;
}
</style>
background-color css
<style>
a { background-color: #ABA76C; }
a { background-color: rgb(171,167,108); }
div.DivClassName
{
background-color: #ABA76C;
}
.BgClassName
{
background-color: #ABA76C;
}
</style>
border-color css
<style>
span { border-color: #ABA76C; }
span { border-color: rgb(171,167,108); }
td.TdClassName
{
border-color: #ABA76C;
}
.TagClassName
{
border-color: #ABA76C;
}
</style>