Shades of Gimblet #ABA168
Tints of Gimblet #ABA168
RGB
CMYK
RGB Variations
Color information
#ABA168 (or 0xABA168) is known color: Gimblet. HEX triplet: AB, A1 and 68. RGB value is (171,161,104). Sum of RGB (Red+Green+Blue) = 171+161+104=436 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.22% from 436); Green value is 161 (63.28% from 255 or 36.93% from 436); Blue value is 104 (41.02% from 255 or 23.85% from 436); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA168 is #545E97. Grayscale: #9D9D9D. Windows color (decimal): -5529240 or 6857131. OLE color: 6857131.
HSL color Cylindrical-coordinate representation of color #ABA168: hue angle of 51.04º degrees, saturation: 0.29, 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 #ABA168 is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 161 | 104 | - |
| CMYK | 0 | 0.06 | 0.39 | 0.33 |
| HSL | 51.04º | 0.29% | 0.54% | - |
| HSV(B) | 51.04º | 0.39% | 0.67% | - |
| XYZ | 32.04 | 35.15 | 18.19 | - |
| YUV | 157.49 | 97.81 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 161 | 104 | 0 | 0.06 | 0.39 | 0.33 | 51.04 | 0.29 | 0.54 |
| Hex | AB | A1 | 68 | 0 | 6 | 27 | 21 | 33 | 1D | 36 |
| Octal | 253 | 241 | 150 | 0 | 6 | 47 | 41 | 63 | 35 | 66 |
| Binary | 10101011 | 10100001 | 1101000 | 0 | 110 | 100111 | 100001 | 110011 | 11101 | 110110 |
Color Harmonies of #ABA168
Complementary color
Monochromatic Colors of #ABA168
Black with #ABA168
Text Example
Text Example
White with #ABA168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA168; }
p { color: rgb(171,161,104); }
H1.HeaderClassName
{
color: #ABA168;
}
.AnyTagClassName
{
color: #ABA168;
}
</style>
background-color css
<style>
a { background-color: #ABA168; }
a { background-color: rgb(171,161,104); }
div.DivClassName
{
background-color: #ABA168;
}
.BgClassName
{
background-color: #ABA168;
}
</style>
border-color css
<style>
span { border-color: #ABA168; }
span { border-color: rgb(171,161,104); }
td.TdClassName
{
border-color: #ABA168;
}
.TagClassName
{
border-color: #ABA168;
}
</style>