Shades of Gimblet #ABA669
Tints of Gimblet #ABA669
RGB
CMYK
RGB Variations
Color information
#ABA669 (or 0xABA669) is known color: Gimblet. HEX triplet: AB, A6 and 69. RGB value is (171,166,105). Sum of RGB (Red+Green+Blue) = 171+166+105=442 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.69% from 442); Green value is 166 (65.23% from 255 or 37.56% from 442); Blue value is 105 (41.41% from 255 or 23.76% from 442); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA669 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA669 is #545996. Grayscale: #A0A0A0. Windows color (decimal): -5527959 or 6923947. OLE color: 6923947.
HSL color Cylindrical-coordinate representation of color #ABA669: hue angle of 55.45º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ABA669 is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 166 | 105 | - |
| CMYK | 0 | 0.03 | 0.39 | 0.33 |
| HSL | 55.45º | 0.28% | 0.54% | - |
| HSV(B) | 55.45º | 0.39% | 0.67% | - |
| XYZ | 32.98 | 36.95 | 18.76 | - |
| YUV | 160.54 | 96.66 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 166 | 105 | 0 | 0.03 | 0.39 | 0.33 | 55.45 | 0.28 | 0.54 |
| Hex | AB | A6 | 69 | 0 | 3 | 27 | 21 | 37 | 1C | 36 |
| Octal | 253 | 246 | 151 | 0 | 3 | 47 | 41 | 67 | 34 | 66 |
| Binary | 10101011 | 10100110 | 1101001 | 0 | 11 | 100111 | 100001 | 110111 | 11100 | 110110 |
Color Harmonies of #ABA669
Complementary color
Monochromatic Colors of #ABA669
Black with #ABA669
Text Example
Text Example
White with #ABA669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA669; }
p { color: rgb(171,166,105); }
H1.HeaderClassName
{
color: #ABA669;
}
.AnyTagClassName
{
color: #ABA669;
}
</style>
background-color css
<style>
a { background-color: #ABA669; }
a { background-color: rgb(171,166,105); }
div.DivClassName
{
background-color: #ABA669;
}
.BgClassName
{
background-color: #ABA669;
}
</style>
border-color css
<style>
span { border-color: #ABA669; }
span { border-color: rgb(171,166,105); }
td.TdClassName
{
border-color: #ABA669;
}
.TagClassName
{
border-color: #ABA669;
}
</style>