Shades of Gimblet #ABA66B
Tints of Gimblet #ABA66B
RGB
CMYK
RGB Variations
Color information
#ABA66B (or 0xABA66B) is known color: Gimblet. HEX triplet: AB, A6 and 6B. RGB value is (171,166,107). Sum of RGB (Red+Green+Blue) = 171+166+107=444 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.51% from 444); Green value is 166 (65.23% from 255 or 37.39% from 444); Blue value is 107 (42.19% from 255 or 24.10% from 444); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA66B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA66B is #545994. Grayscale: #A1A1A1. Windows color (decimal): -5527957 or 7055019. OLE color: 7055019.
HSL color Cylindrical-coordinate representation of color #ABA66B: hue angle of 55.31º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ABA66B is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 166 | 107 | - |
| CMYK | 0 | 0.03 | 0.37 | 0.33 |
| HSL | 55.31º | 0.28% | 0.55% | - |
| HSV(B) | 55.31º | 0.37% | 0.67% | - |
| XYZ | 33.08 | 36.99 | 19.31 | - |
| YUV | 160.77 | 97.66 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 166 | 107 | 0 | 0.03 | 0.37 | 0.33 | 55.31 | 0.28 | 0.55 |
| Hex | AB | A6 | 6B | 0 | 3 | 25 | 21 | 37 | 1C | 37 |
| Octal | 253 | 246 | 153 | 0 | 3 | 45 | 41 | 67 | 34 | 67 |
| Binary | 10101011 | 10100110 | 1101011 | 0 | 11 | 100101 | 100001 | 110111 | 11100 | 110111 |
Color Harmonies of #ABA66B
Complementary color
Monochromatic Colors of #ABA66B
Black with #ABA66B
Text Example
Text Example
White with #ABA66B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA66B; }
p { color: rgb(171,166,107); }
H1.HeaderClassName
{
color: #ABA66B;
}
.AnyTagClassName
{
color: #ABA66B;
}
</style>
background-color css
<style>
a { background-color: #ABA66B; }
a { background-color: rgb(171,166,107); }
div.DivClassName
{
background-color: #ABA66B;
}
.BgClassName
{
background-color: #ABA66B;
}
</style>
border-color css
<style>
span { border-color: #ABA66B; }
span { border-color: rgb(171,166,107); }
td.TdClassName
{
border-color: #ABA66B;
}
.TagClassName
{
border-color: #ABA66B;
}
</style>