Shades of Gimblet #ABA86A
Tints of Gimblet #ABA86A
RGB
CMYK
RGB Variations
Color information
#ABA86A (or 0xABA86A) is known color: Gimblet. HEX triplet: AB, A8 and 6A. RGB value is (171,168,106). Sum of RGB (Red+Green+Blue) = 171+168+106=445 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.43% from 445); Green value is 168 (66.02% from 255 or 37.75% from 445); Blue value is 106 (41.80% from 255 or 23.82% from 445); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA86A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA86A is #545795. Grayscale: #A2A2A2. Windows color (decimal): -5527446 or 6989995. OLE color: 6989995.
HSL color Cylindrical-coordinate representation of color #ABA86A: hue angle of 57.23º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ABA86A is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 168 | 106 | - |
| CMYK | 0 | 0.02 | 0.38 | 0.33 |
| HSL | 57.23º | 0.28% | 0.54% | - |
| HSV(B) | 57.23º | 0.38% | 0.67% | - |
| XYZ | 33.4 | 37.7 | 19.15 | - |
| YUV | 161.83 | 96.49 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 168 | 106 | 0 | 0.02 | 0.38 | 0.33 | 57.23 | 0.28 | 0.54 |
| Hex | AB | A8 | 6A | 0 | 2 | 26 | 21 | 39 | 1C | 36 |
| Octal | 253 | 250 | 152 | 0 | 2 | 46 | 41 | 71 | 34 | 66 |
| Binary | 10101011 | 10101000 | 1101010 | 0 | 10 | 100110 | 100001 | 111001 | 11100 | 110110 |
Color Harmonies of #ABA86A
Complementary color
Monochromatic Colors of #ABA86A
Black with #ABA86A
Text Example
Text Example
White with #ABA86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA86A; }
p { color: rgb(171,168,106); }
H1.HeaderClassName
{
color: #ABA86A;
}
.AnyTagClassName
{
color: #ABA86A;
}
</style>
background-color css
<style>
a { background-color: #ABA86A; }
a { background-color: rgb(171,168,106); }
div.DivClassName
{
background-color: #ABA86A;
}
.BgClassName
{
background-color: #ABA86A;
}
</style>
border-color css
<style>
span { border-color: #ABA86A; }
span { border-color: rgb(171,168,106); }
td.TdClassName
{
border-color: #ABA86A;
}
.TagClassName
{
border-color: #ABA86A;
}
</style>