Shades of Gimblet #ABA56C
Tints of Gimblet #ABA56C
RGB
CMYK
RGB Variations
Color information
#ABA56C (or 0xABA56C) is known color: Gimblet. HEX triplet: AB, A5 and 6C. RGB value is (171,165,108). Sum of RGB (Red+Green+Blue) = 171+165+108=444 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.51% from 444); Green value is 165 (64.84% from 255 or 37.16% from 444); Blue value is 108 (42.58% from 255 or 24.32% from 444); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA56C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA56C is #545A93. Grayscale: #A0A0A0. Windows color (decimal): -5528212 or 7120299. OLE color: 7120299.
HSL color Cylindrical-coordinate representation of color #ABA56C: hue angle of 54.29º 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 #ABA56C is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 165 | 108 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.33 |
| HSL | 54.29º | 0.27% | 0.55% | - |
| HSV(B) | 54.29º | 0.37% | 0.67% | - |
| XYZ | 32.96 | 36.65 | 19.52 | - |
| YUV | 160.3 | 98.49 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 165 | 108 | 0 | 0.04 | 0.37 | 0.33 | 54.29 | 0.27 | 0.55 |
| Hex | AB | A5 | 6C | 0 | 4 | 25 | 21 | 36 | 1B | 37 |
| Octal | 253 | 245 | 154 | 0 | 4 | 45 | 41 | 66 | 33 | 67 |
| Binary | 10101011 | 10100101 | 1101100 | 0 | 100 | 100101 | 100001 | 110110 | 11011 | 110111 |
Color Harmonies of #ABA56C
Complementary color
Monochromatic Colors of #ABA56C
Black with #ABA56C
Text Example
Text Example
White with #ABA56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA56C; }
p { color: rgb(171,165,108); }
H1.HeaderClassName
{
color: #ABA56C;
}
.AnyTagClassName
{
color: #ABA56C;
}
</style>
background-color css
<style>
a { background-color: #ABA56C; }
a { background-color: rgb(171,165,108); }
div.DivClassName
{
background-color: #ABA56C;
}
.BgClassName
{
background-color: #ABA56C;
}
</style>
border-color css
<style>
span { border-color: #ABA56C; }
span { border-color: rgb(171,165,108); }
td.TdClassName
{
border-color: #ABA56C;
}
.TagClassName
{
border-color: #ABA56C;
}
</style>