Shades of Hillary #A5A07A
Tints of Hillary #A5A07A
RGB
CMYK
RGB Variations
Color information
#A5A07A (or 0xA5A07A) is known color: Hillary. HEX triplet: A5, A0 and 7A. RGB value is (165,160,122). Sum of RGB (Red+Green+Blue) = 165+160+122=447 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.91% from 447); Green value is 160 (62.89% from 255 or 35.79% from 447); Blue value is 122 (48.05% from 255 or 27.29% from 447); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A07A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A07A is #5A5F85. Grayscale: #9D9D9D. Windows color (decimal): -5922694 or 8036517. OLE color: 8036517.
HSL color Cylindrical-coordinate representation of color #A5A07A: hue angle of 53.02º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A5A07A is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 160 | 122 | - |
| CMYK | 0 | 0.03 | 0.26 | 0.35 |
| HSL | 53.02º | 0.19% | 0.56% | - |
| HSV(B) | 53.02º | 0.26% | 0.65% | - |
| XYZ | 31.6 | 34.55 | 23.41 | - |
| YUV | 157.16 | 108.16 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 160 | 122 | 0 | 0.03 | 0.26 | 0.35 | 53.02 | 0.19 | 0.56 |
| Hex | A5 | A0 | 7A | 0 | 3 | 1A | 23 | 35 | 13 | 38 |
| Octal | 245 | 240 | 172 | 0 | 3 | 32 | 43 | 65 | 23 | 70 |
| Binary | 10100101 | 10100000 | 1111010 | 0 | 11 | 11010 | 100011 | 110101 | 10011 | 111000 |
Color Harmonies of #A5A07A
Complementary color
Monochromatic Colors of #A5A07A
Black with #A5A07A
Text Example
Text Example
White with #A5A07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A07A; }
p { color: rgb(165,160,122); }
H1.HeaderClassName
{
color: #A5A07A;
}
.AnyTagClassName
{
color: #A5A07A;
}
</style>
background-color css
<style>
a { background-color: #A5A07A; }
a { background-color: rgb(165,160,122); }
div.DivClassName
{
background-color: #A5A07A;
}
.BgClassName
{
background-color: #A5A07A;
}
</style>
border-color css
<style>
span { border-color: #A5A07A; }
span { border-color: rgb(165,160,122); }
td.TdClassName
{
border-color: #A5A07A;
}
.TagClassName
{
border-color: #A5A07A;
}
</style>