Shades of Gimblet #ABA665
Tints of Gimblet #ABA665
RGB
CMYK
RGB Variations
Color information
#ABA665 (or 0xABA665) is known color: Gimblet. HEX triplet: AB, A6 and 65. RGB value is (171,166,101). Sum of RGB (Red+Green+Blue) = 171+166+101=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 166 (65.23% from 255 or 37.90% from 438); Blue value is 101 (39.84% from 255 or 23.06% from 438); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA665 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA665 is #54599A. Grayscale: #A0A0A0. Windows color (decimal): -5527963 or 6661803. OLE color: 6661803.
HSL color Cylindrical-coordinate representation of color #ABA665: hue angle of 55.71º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ABA665 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 166 | 101 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.33 |
| HSL | 55.71º | 0.29% | 0.53% | - |
| HSV(B) | 55.71º | 0.41% | 0.67% | - |
| XYZ | 32.78 | 36.87 | 17.7 | - |
| YUV | 160.09 | 94.66 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 166 | 101 | 0 | 0.03 | 0.41 | 0.33 | 55.71 | 0.29 | 0.53 |
| Hex | AB | A6 | 65 | 0 | 3 | 29 | 21 | 38 | 1D | 35 |
| Octal | 253 | 246 | 145 | 0 | 3 | 51 | 41 | 70 | 35 | 65 |
| Binary | 10101011 | 10100110 | 1100101 | 0 | 11 | 101001 | 100001 | 111000 | 11101 | 110101 |
Color Harmonies of #ABA665
Complementary color
Monochromatic Colors of #ABA665
Black with #ABA665
Text Example
Text Example
White with #ABA665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA665; }
p { color: rgb(171,166,101); }
H1.HeaderClassName
{
color: #ABA665;
}
.AnyTagClassName
{
color: #ABA665;
}
</style>
background-color css
<style>
a { background-color: #ABA665; }
a { background-color: rgb(171,166,101); }
div.DivClassName
{
background-color: #ABA665;
}
.BgClassName
{
background-color: #ABA665;
}
</style>
border-color css
<style>
span { border-color: #ABA665; }
span { border-color: rgb(171,166,101); }
td.TdClassName
{
border-color: #ABA665;
}
.TagClassName
{
border-color: #ABA665;
}
</style>