Shades of Hillary #A8A672
Tints of Hillary #A8A672
RGB
CMYK
RGB Variations
Color information
#A8A672 (or 0xA8A672) is known color: Hillary. HEX triplet: A8, A6 and 72. RGB value is (168,166,114). Sum of RGB (Red+Green+Blue) = 168+166+114=448 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.5% from 448); Green value is 166 (65.23% from 255 or 37.05% from 448); Blue value is 114 (44.92% from 255 or 25.45% from 448); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A672 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A672 is #57598D. Grayscale: #A0A0A0. Windows color (decimal): -5724558 or 7513768. OLE color: 7513768.
HSL color Cylindrical-coordinate representation of color #A8A672: hue angle of 57.78º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8A672 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 166 | 114 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.34 |
| HSL | 57.78º | 0.24% | 0.55% | - |
| HSV(B) | 57.78º | 0.32% | 0.66% | - |
| XYZ | 32.82 | 36.81 | 21.3 | - |
| YUV | 160.67 | 101.66 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 166 | 114 | 0 | 0.01 | 0.32 | 0.34 | 57.78 | 0.24 | 0.55 |
| Hex | A8 | A6 | 72 | 0 | 1 | 20 | 22 | 3A | 18 | 37 |
| Octal | 250 | 246 | 162 | 0 | 1 | 40 | 42 | 72 | 30 | 67 |
| Binary | 10101000 | 10100110 | 1110010 | 0 | 1 | 100000 | 100010 | 111010 | 11000 | 110111 |
Color Harmonies of #A8A672
Complementary color
Monochromatic Colors of #A8A672
Black with #A8A672
Text Example
Text Example
White with #A8A672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A672; }
p { color: rgb(168,166,114); }
H1.HeaderClassName
{
color: #A8A672;
}
.AnyTagClassName
{
color: #A8A672;
}
</style>
background-color css
<style>
a { background-color: #A8A672; }
a { background-color: rgb(168,166,114); }
div.DivClassName
{
background-color: #A8A672;
}
.BgClassName
{
background-color: #A8A672;
}
</style>
border-color css
<style>
span { border-color: #A8A672; }
span { border-color: rgb(168,166,114); }
td.TdClassName
{
border-color: #A8A672;
}
.TagClassName
{
border-color: #A8A672;
}
</style>