Shades of Hillary #A7A47A
Tints of Hillary #A7A47A
RGB
CMYK
RGB Variations
Color information
#A7A47A (or 0xA7A47A) is known color: Hillary. HEX triplet: A7, A4 and 7A. RGB value is (167,164,122). Sum of RGB (Red+Green+Blue) = 167+164+122=453 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.87% from 453); Green value is 164 (64.45% from 255 or 36.20% from 453); Blue value is 122 (48.05% from 255 or 26.93% from 453); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A47A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7A47A is #585B85. Grayscale: #A0A0A0. Windows color (decimal): -5790598 or 8037543. OLE color: 8037543.
HSL color Cylindrical-coordinate representation of color #A7A47A: hue angle of 56º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A7A47A is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 164 | 122 | - |
| CMYK | 0 | 0.02 | 0.27 | 0.35 |
| HSL | 56º | 0.2% | 0.57% | - |
| HSV(B) | 56º | 0.27% | 0.65% | - |
| XYZ | 32.72 | 36.17 | 23.67 | - |
| YUV | 160.11 | 106.49 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 164 | 122 | 0 | 0.02 | 0.27 | 0.35 | 56 | 0.2 | 0.57 |
| Hex | A7 | A4 | 7A | 0 | 2 | 1B | 23 | 38 | 14 | 39 |
| Octal | 247 | 244 | 172 | 0 | 2 | 33 | 43 | 70 | 24 | 71 |
| Binary | 10100111 | 10100100 | 1111010 | 0 | 10 | 11011 | 100011 | 111000 | 10100 | 111001 |
Color Harmonies of #A7A47A
Complementary color
Monochromatic Colors of #A7A47A
Black with #A7A47A
Text Example
Text Example
White with #A7A47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A47A; }
p { color: rgb(167,164,122); }
H1.HeaderClassName
{
color: #A7A47A;
}
.AnyTagClassName
{
color: #A7A47A;
}
</style>
background-color css
<style>
a { background-color: #A7A47A; }
a { background-color: rgb(167,164,122); }
div.DivClassName
{
background-color: #A7A47A;
}
.BgClassName
{
background-color: #A7A47A;
}
</style>
border-color css
<style>
span { border-color: #A7A47A; }
span { border-color: rgb(167,164,122); }
td.TdClassName
{
border-color: #A7A47A;
}
.TagClassName
{
border-color: #A7A47A;
}
</style>