Shades of Gimblet #ABA762
Tints of Gimblet #ABA762
RGB
CMYK
RGB Variations
Color information
#ABA762 (or 0xABA762) is known color: Gimblet. HEX triplet: AB, A7 and 62. RGB value is (171,167,98). Sum of RGB (Red+Green+Blue) = 171+167+98=436 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.22% from 436); Green value is 167 (65.62% from 255 or 38.30% from 436); Blue value is 98 (38.67% from 255 or 22.48% from 436); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA762 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA762 is #54589D. Grayscale: #A0A0A0. Windows color (decimal): -5527710 or 6465451. OLE color: 6465451.
HSL color Cylindrical-coordinate representation of color #ABA762: hue angle of 56.71º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ABA762 is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 167 | 98 | - |
| CMYK | 0 | 0.02 | 0.43 | 0.33 |
| HSL | 56.71º | 0.3% | 0.53% | - |
| HSV(B) | 56.71º | 0.43% | 0.67% | - |
| XYZ | 32.82 | 37.18 | 17 | - |
| YUV | 160.33 | 92.83 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 167 | 98 | 0 | 0.02 | 0.43 | 0.33 | 56.71 | 0.3 | 0.53 |
| Hex | AB | A7 | 62 | 0 | 2 | 2B | 21 | 39 | 1E | 35 |
| Octal | 253 | 247 | 142 | 0 | 2 | 53 | 41 | 71 | 36 | 65 |
| Binary | 10101011 | 10100111 | 1100010 | 0 | 10 | 101011 | 100001 | 111001 | 11110 | 110101 |
Color Harmonies of #ABA762
Complementary color
Monochromatic Colors of #ABA762
Black with #ABA762
Text Example
Text Example
White with #ABA762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA762; }
p { color: rgb(171,167,98); }
H1.HeaderClassName
{
color: #ABA762;
}
.AnyTagClassName
{
color: #ABA762;
}
</style>
background-color css
<style>
a { background-color: #ABA762; }
a { background-color: rgb(171,167,98); }
div.DivClassName
{
background-color: #ABA762;
}
.BgClassName
{
background-color: #ABA762;
}
</style>
border-color css
<style>
span { border-color: #ABA762; }
span { border-color: rgb(171,167,98); }
td.TdClassName
{
border-color: #ABA762;
}
.TagClassName
{
border-color: #ABA762;
}
</style>