Shades of Hillary #ABA46D
Tints of Hillary #ABA46D
RGB
CMYK
RGB Variations
Color information
#ABA46D (or 0xABA46D) is known color: Hillary. HEX triplet: AB, A4 and 6D. RGB value is (171,164,109). Sum of RGB (Red+Green+Blue) = 171+164+109=444 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.51% from 444); Green value is 164 (64.45% from 255 or 36.94% from 444); Blue value is 109 (42.97% from 255 or 24.55% from 444); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA46D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA46D is #545B92. Grayscale: #A0A0A0. Windows color (decimal): -5528467 or 7185579. OLE color: 7185579.
HSL color Cylindrical-coordinate representation of color #ABA46D: hue angle of 53.23º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ABA46D is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 164 | 109 | - |
| CMYK | 0 | 0.04 | 0.36 | 0.33 |
| HSL | 53.23º | 0.27% | 0.55% | - |
| HSV(B) | 53.23º | 0.36% | 0.67% | - |
| XYZ | 32.83 | 36.31 | 19.75 | - |
| YUV | 159.82 | 99.32 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 164 | 109 | 0 | 0.04 | 0.36 | 0.33 | 53.23 | 0.27 | 0.55 |
| Hex | AB | A4 | 6D | 0 | 4 | 24 | 21 | 35 | 1B | 37 |
| Octal | 253 | 244 | 155 | 0 | 4 | 44 | 41 | 65 | 33 | 67 |
| Binary | 10101011 | 10100100 | 1101101 | 0 | 100 | 100100 | 100001 | 110101 | 11011 | 110111 |
Color Harmonies of #ABA46D
Complementary color
Monochromatic Colors of #ABA46D
Black with #ABA46D
Text Example
Text Example
White with #ABA46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA46D; }
p { color: rgb(171,164,109); }
H1.HeaderClassName
{
color: #ABA46D;
}
.AnyTagClassName
{
color: #ABA46D;
}
</style>
background-color css
<style>
a { background-color: #ABA46D; }
a { background-color: rgb(171,164,109); }
div.DivClassName
{
background-color: #ABA46D;
}
.BgClassName
{
background-color: #ABA46D;
}
</style>
border-color css
<style>
span { border-color: #ABA46D; }
span { border-color: rgb(171,164,109); }
td.TdClassName
{
border-color: #ABA46D;
}
.TagClassName
{
border-color: #ABA46D;
}
</style>