Shades of Gimblet #ABA76A
Tints of Gimblet #ABA76A
RGB
CMYK
RGB Variations
Color information
#ABA76A (or 0xABA76A) is known color: Gimblet. HEX triplet: AB, A7 and 6A. RGB value is (171,167,106). Sum of RGB (Red+Green+Blue) = 171+167+106=444 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.51% from 444); Green value is 167 (65.62% from 255 or 37.61% from 444); Blue value is 106 (41.80% from 255 or 23.87% from 444); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA76A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA76A is #545895. Grayscale: #A1A1A1. Windows color (decimal): -5527702 or 6989739. OLE color: 6989739.
HSL color Cylindrical-coordinate representation of color #ABA76A: hue angle of 56.31º 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 #ABA76A is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 167 | 106 | - |
| CMYK | 0 | 0.02 | 0.38 | 0.33 |
| HSL | 56.31º | 0.28% | 0.54% | - |
| HSV(B) | 56.31º | 0.38% | 0.67% | - |
| XYZ | 33.21 | 37.34 | 19.09 | - |
| YUV | 161.24 | 96.83 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 167 | 106 | 0 | 0.02 | 0.38 | 0.33 | 56.31 | 0.28 | 0.54 |
| Hex | AB | A7 | 6A | 0 | 2 | 26 | 21 | 38 | 1C | 36 |
| Octal | 253 | 247 | 152 | 0 | 2 | 46 | 41 | 70 | 34 | 66 |
| Binary | 10101011 | 10100111 | 1101010 | 0 | 10 | 100110 | 100001 | 111000 | 11100 | 110110 |
Color Harmonies of #ABA76A
Complementary color
Monochromatic Colors of #ABA76A
Black with #ABA76A
Text Example
Text Example
White with #ABA76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA76A; }
p { color: rgb(171,167,106); }
H1.HeaderClassName
{
color: #ABA76A;
}
.AnyTagClassName
{
color: #ABA76A;
}
</style>
background-color css
<style>
a { background-color: #ABA76A; }
a { background-color: rgb(171,167,106); }
div.DivClassName
{
background-color: #ABA76A;
}
.BgClassName
{
background-color: #ABA76A;
}
</style>
border-color css
<style>
span { border-color: #ABA76A; }
span { border-color: rgb(171,167,106); }
td.TdClassName
{
border-color: #ABA76A;
}
.TagClassName
{
border-color: #ABA76A;
}
</style>