Shades of Gimblet #ABA36A
Tints of Gimblet #ABA36A
RGB
CMYK
RGB Variations
Color information
#ABA36A (or 0xABA36A) is known color: Gimblet. HEX triplet: AB, A3 and 6A. RGB value is (171,163,106). Sum of RGB (Red+Green+Blue) = 171+163+106=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 163 (64.06% from 255 or 37.05% from 440); Blue value is 106 (41.80% from 255 or 24.09% from 440); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA36A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA36A is #545C95. Grayscale: #9F9F9F. Windows color (decimal): -5528726 or 6988715. OLE color: 6988715.
HSL color Cylindrical-coordinate representation of color #ABA36A: hue angle of 52.62º 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 #ABA36A is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 163 | 106 | - |
| CMYK | 0 | 0.05 | 0.38 | 0.33 |
| HSL | 52.62º | 0.28% | 0.54% | - |
| HSV(B) | 52.62º | 0.38% | 0.67% | - |
| XYZ | 32.49 | 35.89 | 18.85 | - |
| YUV | 158.89 | 98.15 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 163 | 106 | 0 | 0.05 | 0.38 | 0.33 | 52.62 | 0.28 | 0.54 |
| Hex | AB | A3 | 6A | 0 | 5 | 26 | 21 | 35 | 1C | 36 |
| Octal | 253 | 243 | 152 | 0 | 5 | 46 | 41 | 65 | 34 | 66 |
| Binary | 10101011 | 10100011 | 1101010 | 0 | 101 | 100110 | 100001 | 110101 | 11100 | 110110 |
Color Harmonies of #ABA36A
Complementary color
Monochromatic Colors of #ABA36A
Black with #ABA36A
Text Example
Text Example
White with #ABA36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA36A; }
p { color: rgb(171,163,106); }
H1.HeaderClassName
{
color: #ABA36A;
}
.AnyTagClassName
{
color: #ABA36A;
}
</style>
background-color css
<style>
a { background-color: #ABA36A; }
a { background-color: rgb(171,163,106); }
div.DivClassName
{
background-color: #ABA36A;
}
.BgClassName
{
background-color: #ABA36A;
}
</style>
border-color css
<style>
span { border-color: #ABA36A; }
span { border-color: rgb(171,163,106); }
td.TdClassName
{
border-color: #ABA36A;
}
.TagClassName
{
border-color: #ABA36A;
}
</style>