Shades of Hillary #A7A274
Tints of Hillary #A7A274
RGB
CMYK
RGB Variations
Color information
#A7A274 (or 0xA7A274) is known color: Hillary. HEX triplet: A7, A2 and 74. RGB value is (167,162,116). Sum of RGB (Red+Green+Blue) = 167+162+116=445 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.53% from 445); Green value is 162 (63.67% from 255 or 36.40% from 445); Blue value is 116 (45.70% from 255 or 26.07% from 445); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A274 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7A274 is #585D8B. Grayscale: #9E9E9E. Windows color (decimal): -5791116 or 7643815. OLE color: 7643815.
HSL color Cylindrical-coordinate representation of color #A7A274: hue angle of 54.12º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A7A274 is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 162 | 116 | - |
| CMYK | 0 | 0.03 | 0.31 | 0.35 |
| HSL | 54.12º | 0.22% | 0.55% | - |
| HSV(B) | 54.12º | 0.31% | 0.65% | - |
| XYZ | 32.01 | 35.32 | 21.65 | - |
| YUV | 158.25 | 104.16 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 162 | 116 | 0 | 0.03 | 0.31 | 0.35 | 54.12 | 0.22 | 0.55 |
| Hex | A7 | A2 | 74 | 0 | 3 | 1F | 23 | 36 | 16 | 37 |
| Octal | 247 | 242 | 164 | 0 | 3 | 37 | 43 | 66 | 26 | 67 |
| Binary | 10100111 | 10100010 | 1110100 | 0 | 11 | 11111 | 100011 | 110110 | 10110 | 110111 |
Color Harmonies of #A7A274
Complementary color
Monochromatic Colors of #A7A274
Black with #A7A274
Text Example
Text Example
White with #A7A274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A274; }
p { color: rgb(167,162,116); }
H1.HeaderClassName
{
color: #A7A274;
}
.AnyTagClassName
{
color: #A7A274;
}
</style>
background-color css
<style>
a { background-color: #A7A274; }
a { background-color: rgb(167,162,116); }
div.DivClassName
{
background-color: #A7A274;
}
.BgClassName
{
background-color: #A7A274;
}
</style>
border-color css
<style>
span { border-color: #A7A274; }
span { border-color: rgb(167,162,116); }
td.TdClassName
{
border-color: #A7A274;
}
.TagClassName
{
border-color: #A7A274;
}
</style>