Shades of Gimblet #ABA667
Tints of Gimblet #ABA667
RGB
CMYK
RGB Variations
Color information
#ABA667 (or 0xABA667) is known color: Gimblet. HEX triplet: AB, A6 and 67. RGB value is (171,166,103). Sum of RGB (Red+Green+Blue) = 171+166+103=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 166 (65.23% from 255 or 37.73% from 440); Blue value is 103 (40.62% from 255 or 23.41% from 440); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA667 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA667 is #545998. Grayscale: #A0A0A0. Windows color (decimal): -5527961 or 6792875. OLE color: 6792875.
HSL color Cylindrical-coordinate representation of color #ABA667: hue angle of 55.59º 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 #ABA667 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 166 | 103 | - |
| CMYK | 0 | 0.03 | 0.40 | 0.33 |
| HSL | 55.59º | 0.29% | 0.54% | - |
| HSV(B) | 55.59º | 0.4% | 0.67% | - |
| XYZ | 32.88 | 36.91 | 18.22 | - |
| YUV | 160.31 | 95.66 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 166 | 103 | 0 | 0.03 | 0.40 | 0.33 | 55.59 | 0.29 | 0.54 |
| Hex | AB | A6 | 67 | 0 | 3 | 28 | 21 | 38 | 1D | 36 |
| Octal | 253 | 246 | 147 | 0 | 3 | 50 | 41 | 70 | 35 | 66 |
| Binary | 10101011 | 10100110 | 1100111 | 0 | 11 | 101000 | 100001 | 111000 | 11101 | 110110 |
Color Harmonies of #ABA667
Complementary color
Monochromatic Colors of #ABA667
Black with #ABA667
Text Example
Text Example
White with #ABA667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA667; }
p { color: rgb(171,166,103); }
H1.HeaderClassName
{
color: #ABA667;
}
.AnyTagClassName
{
color: #ABA667;
}
</style>
background-color css
<style>
a { background-color: #ABA667; }
a { background-color: rgb(171,166,103); }
div.DivClassName
{
background-color: #ABA667;
}
.BgClassName
{
background-color: #ABA667;
}
</style>
border-color css
<style>
span { border-color: #ABA667; }
span { border-color: rgb(171,166,103); }
td.TdClassName
{
border-color: #ABA667;
}
.TagClassName
{
border-color: #ABA667;
}
</style>