Shades of Gimblet #ABA76B
Tints of Gimblet #ABA76B
RGB
CMYK
RGB Variations
Color information
#ABA76B (or 0xABA76B) is known color: Gimblet. HEX triplet: AB, A7 and 6B. RGB value is (171,167,107). Sum of RGB (Red+Green+Blue) = 171+167+107=445 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.43% from 445); Green value is 167 (65.62% from 255 or 37.53% from 445); Blue value is 107 (42.19% from 255 or 24.04% from 445); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA76B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA76B is #545894. Grayscale: #A1A1A1. Windows color (decimal): -5527701 or 7055275. OLE color: 7055275.
HSL color Cylindrical-coordinate representation of color #ABA76B: hue angle of 56.25º 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 #ABA76B is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 167 | 107 | - |
| CMYK | 0 | 0.02 | 0.37 | 0.33 |
| HSL | 56.25º | 0.28% | 0.55% | - |
| HSV(B) | 56.25º | 0.37% | 0.67% | - |
| XYZ | 33.27 | 37.36 | 19.37 | - |
| YUV | 161.36 | 97.33 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 167 | 107 | 0 | 0.02 | 0.37 | 0.33 | 56.25 | 0.28 | 0.55 |
| Hex | AB | A7 | 6B | 0 | 2 | 25 | 21 | 38 | 1C | 37 |
| Octal | 253 | 247 | 153 | 0 | 2 | 45 | 41 | 70 | 34 | 67 |
| Binary | 10101011 | 10100111 | 1101011 | 0 | 10 | 100101 | 100001 | 111000 | 11100 | 110111 |
Color Harmonies of #ABA76B
Complementary color
Monochromatic Colors of #ABA76B
Black with #ABA76B
Text Example
Text Example
White with #ABA76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA76B; }
p { color: rgb(171,167,107); }
H1.HeaderClassName
{
color: #ABA76B;
}
.AnyTagClassName
{
color: #ABA76B;
}
</style>
background-color css
<style>
a { background-color: #ABA76B; }
a { background-color: rgb(171,167,107); }
div.DivClassName
{
background-color: #ABA76B;
}
.BgClassName
{
background-color: #ABA76B;
}
</style>
border-color css
<style>
span { border-color: #ABA76B; }
span { border-color: rgb(171,167,107); }
td.TdClassName
{
border-color: #ABA76B;
}
.TagClassName
{
border-color: #ABA76B;
}
</style>