Shades of Hillary #A4A075
Tints of Hillary #A4A075
RGB
CMYK
RGB Variations
Color information
#A4A075 (or 0xA4A075) is known color: Hillary. HEX triplet: A4, A0 and 75. RGB value is (164,160,117). Sum of RGB (Red+Green+Blue) = 164+160+117=441 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.19% from 441); Green value is 160 (62.89% from 255 or 36.28% from 441); Blue value is 117 (46.09% from 255 or 26.53% from 441); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A075 is #5B5F8A. Grayscale: #9C9C9C. Windows color (decimal): -5988235 or 7708836. OLE color: 7708836.
HSL color Cylindrical-coordinate representation of color #A4A075: hue angle of 54.89º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A4A075 is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 160 | 117 | - |
| CMYK | 0 | 0.02 | 0.29 | 0.36 |
| HSL | 54.89º | 0.21% | 0.55% | - |
| HSV(B) | 54.89º | 0.29% | 0.64% | - |
| XYZ | 31.09 | 34.32 | 21.82 | - |
| YUV | 156.29 | 105.83 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 160 | 117 | 0 | 0.02 | 0.29 | 0.36 | 54.89 | 0.21 | 0.55 |
| Hex | A4 | A0 | 75 | 0 | 2 | 1D | 24 | 37 | 15 | 37 |
| Octal | 244 | 240 | 165 | 0 | 2 | 35 | 44 | 67 | 25 | 67 |
| Binary | 10100100 | 10100000 | 1110101 | 0 | 10 | 11101 | 100100 | 110111 | 10101 | 110111 |
Color Harmonies of #A4A075
Complementary color
Monochromatic Colors of #A4A075
Black with #A4A075
Text Example
Text Example
White with #A4A075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A075; }
p { color: rgb(164,160,117); }
H1.HeaderClassName
{
color: #A4A075;
}
.AnyTagClassName
{
color: #A4A075;
}
</style>
background-color css
<style>
a { background-color: #A4A075; }
a { background-color: rgb(164,160,117); }
div.DivClassName
{
background-color: #A4A075;
}
.BgClassName
{
background-color: #A4A075;
}
</style>
border-color css
<style>
span { border-color: #A4A075; }
span { border-color: rgb(164,160,117); }
td.TdClassName
{
border-color: #A4A075;
}
.TagClassName
{
border-color: #A4A075;
}
</style>