Shades of Gimblet #ABA567
Tints of Gimblet #ABA567
RGB
CMYK
RGB Variations
Color information
#ABA567 (or 0xABA567) is known color: Gimblet. HEX triplet: AB, A5 and 67. RGB value is (171,165,103). Sum of RGB (Red+Green+Blue) = 171+165+103=439 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.95% from 439); Green value is 165 (64.84% from 255 or 37.59% from 439); Blue value is 103 (40.62% from 255 or 23.46% from 439); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA567 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA567 is #545A98. Grayscale: #9F9F9F. Windows color (decimal): -5528217 or 6792619. OLE color: 6792619.
HSL color Cylindrical-coordinate representation of color #ABA567: hue angle of 54.71º 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 #ABA567 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 165 | 103 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.33 |
| HSL | 54.71º | 0.29% | 0.54% | - |
| HSV(B) | 54.71º | 0.4% | 0.67% | - |
| XYZ | 32.7 | 36.55 | 18.16 | - |
| YUV | 159.73 | 95.99 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 165 | 103 | 0 | 0.04 | 0.40 | 0.33 | 54.71 | 0.29 | 0.54 |
| Hex | AB | A5 | 67 | 0 | 4 | 28 | 21 | 37 | 1D | 36 |
| Octal | 253 | 245 | 147 | 0 | 4 | 50 | 41 | 67 | 35 | 66 |
| Binary | 10101011 | 10100101 | 1100111 | 0 | 100 | 101000 | 100001 | 110111 | 11101 | 110110 |
Color Harmonies of #ABA567
Complementary color
Monochromatic Colors of #ABA567
Black with #ABA567
Text Example
Text Example
White with #ABA567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA567; }
p { color: rgb(171,165,103); }
H1.HeaderClassName
{
color: #ABA567;
}
.AnyTagClassName
{
color: #ABA567;
}
</style>
background-color css
<style>
a { background-color: #ABA567; }
a { background-color: rgb(171,165,103); }
div.DivClassName
{
background-color: #ABA567;
}
.BgClassName
{
background-color: #ABA567;
}
</style>
border-color css
<style>
span { border-color: #ABA567; }
span { border-color: rgb(171,165,103); }
td.TdClassName
{
border-color: #ABA567;
}
.TagClassName
{
border-color: #ABA567;
}
</style>