Shades of Hillary #A5A07F
Tints of Hillary #A5A07F
RGB
CMYK
RGB Variations
Color information
#A5A07F (or 0xA5A07F) is known color: Hillary. HEX triplet: A5, A0 and 7F. RGB value is (165,160,127). Sum of RGB (Red+Green+Blue) = 165+160+127=452 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.50% from 452); Green value is 160 (62.89% from 255 or 35.40% from 452); Blue value is 127 (50% from 255 or 28.10% from 452); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A07F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A07F is #5A5F80. Grayscale: #9D9D9D. Windows color (decimal): -5922689 or 8364197. OLE color: 8364197.
HSL color Cylindrical-coordinate representation of color #A5A07F: hue angle of 52.11º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A5A07F is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 160 | 127 | - |
| CMYK | 0 | 0.03 | 0.23 | 0.35 |
| HSL | 52.11º | 0.17% | 0.57% | - |
| HSV(B) | 52.11º | 0.23% | 0.65% | - |
| XYZ | 31.92 | 34.67 | 25.09 | - |
| YUV | 157.73 | 110.66 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 160 | 127 | 0 | 0.03 | 0.23 | 0.35 | 52.11 | 0.17 | 0.57 |
| Hex | A5 | A0 | 7F | 0 | 3 | 17 | 23 | 34 | 11 | 39 |
| Octal | 245 | 240 | 177 | 0 | 3 | 27 | 43 | 64 | 21 | 71 |
| Binary | 10100101 | 10100000 | 1111111 | 0 | 11 | 10111 | 100011 | 110100 | 10001 | 111001 |
Color Harmonies of #A5A07F
Complementary color
Monochromatic Colors of #A5A07F
Black with #A5A07F
Text Example
Text Example
White with #A5A07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A07F; }
p { color: rgb(165,160,127); }
H1.HeaderClassName
{
color: #A5A07F;
}
.AnyTagClassName
{
color: #A5A07F;
}
</style>
background-color css
<style>
a { background-color: #A5A07F; }
a { background-color: rgb(165,160,127); }
div.DivClassName
{
background-color: #A5A07F;
}
.BgClassName
{
background-color: #A5A07F;
}
</style>
border-color css
<style>
span { border-color: #A5A07F; }
span { border-color: rgb(165,160,127); }
td.TdClassName
{
border-color: #A5A07F;
}
.TagClassName
{
border-color: #A5A07F;
}
</style>