Shades of Gimblet #ABA86D
Tints of Gimblet #ABA86D
RGB
CMYK
RGB Variations
Color information
#ABA86D (or 0xABA86D) is known color: Gimblet. HEX triplet: AB, A8 and 6D. RGB value is (171,168,109). Sum of RGB (Red+Green+Blue) = 171+168+109=448 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.17% from 448); Green value is 168 (66.02% from 255 or 37.5% from 448); Blue value is 109 (42.97% from 255 or 24.33% from 448); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA86D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA86D is #545792. Grayscale: #A2A2A2. Windows color (decimal): -5527443 or 7186603. OLE color: 7186603.
HSL color Cylindrical-coordinate representation of color #ABA86D: hue angle of 57.1º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ABA86D is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 168 | 109 | - |
| CMYK | 0 | 0.02 | 0.36 | 0.33 |
| HSL | 57.1º | 0.27% | 0.55% | - |
| HSV(B) | 57.1º | 0.36% | 0.67% | - |
| XYZ | 33.56 | 37.77 | 19.99 | - |
| YUV | 162.17 | 97.99 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 168 | 109 | 0 | 0.02 | 0.36 | 0.33 | 57.1 | 0.27 | 0.55 |
| Hex | AB | A8 | 6D | 0 | 2 | 24 | 21 | 39 | 1B | 37 |
| Octal | 253 | 250 | 155 | 0 | 2 | 44 | 41 | 71 | 33 | 67 |
| Binary | 10101011 | 10101000 | 1101101 | 0 | 10 | 100100 | 100001 | 111001 | 11011 | 110111 |
Color Harmonies of #ABA86D
Complementary color
Monochromatic Colors of #ABA86D
Black with #ABA86D
Text Example
Text Example
White with #ABA86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA86D; }
p { color: rgb(171,168,109); }
H1.HeaderClassName
{
color: #ABA86D;
}
.AnyTagClassName
{
color: #ABA86D;
}
</style>
background-color css
<style>
a { background-color: #ABA86D; }
a { background-color: rgb(171,168,109); }
div.DivClassName
{
background-color: #ABA86D;
}
.BgClassName
{
background-color: #ABA86D;
}
</style>
border-color css
<style>
span { border-color: #ABA86D; }
span { border-color: rgb(171,168,109); }
td.TdClassName
{
border-color: #ABA86D;
}
.TagClassName
{
border-color: #ABA86D;
}
</style>