Shades of Gimblet #ABA267
Tints of Gimblet #ABA267
RGB
CMYK
RGB Variations
Color information
#ABA267 (or 0xABA267) is known color: Gimblet. HEX triplet: AB, A2 and 67. RGB value is (171,162,103). Sum of RGB (Red+Green+Blue) = 171+162+103=436 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.22% from 436); Green value is 162 (63.67% from 255 or 37.16% from 436); Blue value is 103 (40.62% from 255 or 23.62% from 436); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA267 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA267 is #545D98. Grayscale: #9E9E9E. Windows color (decimal): -5528985 or 6791851. OLE color: 6791851.
HSL color Cylindrical-coordinate representation of color #ABA267: hue angle of 52.06º 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 #ABA267 is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 162 | 103 | - |
| CMYK | 0 | 0.05 | 0.40 | 0.33 |
| HSL | 52.06º | 0.29% | 0.54% | - |
| HSV(B) | 52.06º | 0.4% | 0.67% | - |
| XYZ | 32.16 | 35.48 | 17.98 | - |
| YUV | 157.97 | 96.98 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 162 | 103 | 0 | 0.05 | 0.40 | 0.33 | 52.06 | 0.29 | 0.54 |
| Hex | AB | A2 | 67 | 0 | 5 | 28 | 21 | 34 | 1D | 36 |
| Octal | 253 | 242 | 147 | 0 | 5 | 50 | 41 | 64 | 35 | 66 |
| Binary | 10101011 | 10100010 | 1100111 | 0 | 101 | 101000 | 100001 | 110100 | 11101 | 110110 |
Color Harmonies of #ABA267
Complementary color
Monochromatic Colors of #ABA267
Black with #ABA267
Text Example
Text Example
White with #ABA267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA267; }
p { color: rgb(171,162,103); }
H1.HeaderClassName
{
color: #ABA267;
}
.AnyTagClassName
{
color: #ABA267;
}
</style>
background-color css
<style>
a { background-color: #ABA267; }
a { background-color: rgb(171,162,103); }
div.DivClassName
{
background-color: #ABA267;
}
.BgClassName
{
background-color: #ABA267;
}
</style>
border-color css
<style>
span { border-color: #ABA267; }
span { border-color: rgb(171,162,103); }
td.TdClassName
{
border-color: #ABA267;
}
.TagClassName
{
border-color: #ABA267;
}
</style>