Shades of Gimblet #ABA461
Tints of Gimblet #ABA461
RGB
CMYK
RGB Variations
Color information
#ABA461 (or 0xABA461) is known color: Gimblet. HEX triplet: AB, A4 and 61. RGB value is (171,164,97). Sum of RGB (Red+Green+Blue) = 171+164+97=432 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.58% from 432); Green value is 164 (64.45% from 255 or 37.96% from 432); Blue value is 97 (38.28% from 255 or 22.45% from 432); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA461 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA461 is #545B9E. Grayscale: #9E9E9E. Windows color (decimal): -5528479 or 6399147. OLE color: 6399147.
HSL color Cylindrical-coordinate representation of color #ABA461: hue angle of 54.32º degrees, saturation: 0.31, 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 #ABA461 is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 164 | 97 | - |
| CMYK | 0 | 0.04 | 0.43 | 0.33 |
| HSL | 54.32º | 0.31% | 0.53% | - |
| HSV(B) | 54.32º | 0.43% | 0.67% | - |
| XYZ | 32.23 | 36.07 | 16.57 | - |
| YUV | 158.46 | 93.32 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 164 | 97 | 0 | 0.04 | 0.43 | 0.33 | 54.32 | 0.31 | 0.53 |
| Hex | AB | A4 | 61 | 0 | 4 | 2B | 21 | 36 | 1F | 35 |
| Octal | 253 | 244 | 141 | 0 | 4 | 53 | 41 | 66 | 37 | 65 |
| Binary | 10101011 | 10100100 | 1100001 | 0 | 100 | 101011 | 100001 | 110110 | 11111 | 110101 |
Color Harmonies of #ABA461
Complementary color
Monochromatic Colors of #ABA461
Black with #ABA461
Text Example
Text Example
White with #ABA461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA461; }
p { color: rgb(171,164,97); }
H1.HeaderClassName
{
color: #ABA461;
}
.AnyTagClassName
{
color: #ABA461;
}
</style>
background-color css
<style>
a { background-color: #ABA461; }
a { background-color: rgb(171,164,97); }
div.DivClassName
{
background-color: #ABA461;
}
.BgClassName
{
background-color: #ABA461;
}
</style>
border-color css
<style>
span { border-color: #ABA461; }
span { border-color: rgb(171,164,97); }
td.TdClassName
{
border-color: #ABA461;
}
.TagClassName
{
border-color: #ABA461;
}
</style>