Shades of Gimblet #ABA467
Tints of Gimblet #ABA467
RGB
CMYK
RGB Variations
Color information
#ABA467 (or 0xABA467) is known color: Gimblet. HEX triplet: AB, A4 and 67. RGB value is (171,164,103). Sum of RGB (Red+Green+Blue) = 171+164+103=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 164 (64.45% from 255 or 37.44% from 438); Blue value is 103 (40.62% from 255 or 23.52% from 438); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA467 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA467 is #545B98. Grayscale: #9F9F9F. Windows color (decimal): -5528473 or 6792363. OLE color: 6792363.
HSL color Cylindrical-coordinate representation of color #ABA467: hue angle of 53.82º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ABA467 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 164 | 103 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.33 |
| HSL | 53.82º | 0.29% | 0.54% | - |
| HSV(B) | 53.82º | 0.4% | 0.67% | - |
| XYZ | 32.52 | 36.19 | 18.1 | - |
| YUV | 159.14 | 96.32 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 164 | 103 | 0 | 0.04 | 0.40 | 0.33 | 53.82 | 0.29 | 0.54 |
| Hex | AB | A4 | 67 | 0 | 4 | 28 | 21 | 36 | 1D | 36 |
| Octal | 253 | 244 | 147 | 0 | 4 | 50 | 41 | 66 | 35 | 66 |
| Binary | 10101011 | 10100100 | 1100111 | 0 | 100 | 101000 | 100001 | 110110 | 11101 | 110110 |
Color Harmonies of #ABA467
Complementary color
Monochromatic Colors of #ABA467
Black with #ABA467
Text Example
Text Example
White with #ABA467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA467; }
p { color: rgb(171,164,103); }
H1.HeaderClassName
{
color: #ABA467;
}
.AnyTagClassName
{
color: #ABA467;
}
</style>
background-color css
<style>
a { background-color: #ABA467; }
a { background-color: rgb(171,164,103); }
div.DivClassName
{
background-color: #ABA467;
}
.BgClassName
{
background-color: #ABA467;
}
</style>
border-color css
<style>
span { border-color: #ABA467; }
span { border-color: rgb(171,164,103); }
td.TdClassName
{
border-color: #ABA467;
}
.TagClassName
{
border-color: #ABA467;
}
</style>