Shades of Hillary #A5A276
Tints of Hillary #A5A276
RGB
CMYK
RGB Variations
Color information
#A5A276 (or 0xA5A276) is known color: Hillary. HEX triplet: A5, A2 and 76. RGB value is (165,162,118). Sum of RGB (Red+Green+Blue) = 165+162+118=445 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.08% from 445); Green value is 162 (63.67% from 255 or 36.40% from 445); Blue value is 118 (46.48% from 255 or 26.52% from 445); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A276 is #5A5D89. Grayscale: #9E9E9E. Windows color (decimal): -5922186 or 7774885. OLE color: 7774885.
HSL color Cylindrical-coordinate representation of color #A5A276: hue angle of 56.17º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A5A276 is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 162 | 118 | - |
| CMYK | 0 | 0.02 | 0.28 | 0.35 |
| HSL | 56.17º | 0.21% | 0.55% | - |
| HSV(B) | 56.17º | 0.28% | 0.65% | - |
| XYZ | 31.71 | 35.15 | 22.25 | - |
| YUV | 157.88 | 105.49 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 162 | 118 | 0 | 0.02 | 0.28 | 0.35 | 56.17 | 0.21 | 0.55 |
| Hex | A5 | A2 | 76 | 0 | 2 | 1C | 23 | 38 | 15 | 37 |
| Octal | 245 | 242 | 166 | 0 | 2 | 34 | 43 | 70 | 25 | 67 |
| Binary | 10100101 | 10100010 | 1110110 | 0 | 10 | 11100 | 100011 | 111000 | 10101 | 110111 |
Color Harmonies of #A5A276
Complementary color
Monochromatic Colors of #A5A276
Black with #A5A276
Text Example
Text Example
White with #A5A276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A276; }
p { color: rgb(165,162,118); }
H1.HeaderClassName
{
color: #A5A276;
}
.AnyTagClassName
{
color: #A5A276;
}
</style>
background-color css
<style>
a { background-color: #A5A276; }
a { background-color: rgb(165,162,118); }
div.DivClassName
{
background-color: #A5A276;
}
.BgClassName
{
background-color: #A5A276;
}
</style>
border-color css
<style>
span { border-color: #A5A276; }
span { border-color: rgb(165,162,118); }
td.TdClassName
{
border-color: #A5A276;
}
.TagClassName
{
border-color: #A5A276;
}
</style>