Shades of Hillary #A8A084
Tints of Hillary #A8A084
RGB
CMYK
RGB Variations
Color information
#A8A084 (or 0xA8A084) is known color: Hillary. HEX triplet: A8, A0 and 84. RGB value is (168,160,132). Sum of RGB (Red+Green+Blue) = 168+160+132=460 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.52% from 460); Green value is 160 (62.89% from 255 or 34.78% from 460); Blue value is 132 (51.95% from 255 or 28.70% from 460); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A084 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A084 is #575F7B. Grayscale: #9F9F9F. Windows color (decimal): -5726076 or 8691880. OLE color: 8691880.
HSL color Cylindrical-coordinate representation of color #A8A084: hue angle of 46.67º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A8A084 is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 160 | 132 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.34 |
| HSL | 46.67º | 0.17% | 0.59% | - |
| HSV(B) | 46.67º | 0.21% | 0.66% | - |
| XYZ | 32.88 | 35.13 | 26.88 | - |
| YUV | 159.2 | 112.65 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 160 | 132 | 0 | 0.05 | 0.21 | 0.34 | 46.67 | 0.17 | 0.59 |
| Hex | A8 | A0 | 84 | 0 | 5 | 15 | 22 | 2F | 11 | 3B |
| Octal | 250 | 240 | 204 | 0 | 5 | 25 | 42 | 57 | 21 | 73 |
| Binary | 10101000 | 10100000 | 10000100 | 0 | 101 | 10101 | 100010 | 101111 | 10001 | 111011 |
Color Harmonies of #A8A084
Complementary color
Monochromatic Colors of #A8A084
Black with #A8A084
Text Example
Text Example
White with #A8A084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A084; }
p { color: rgb(168,160,132); }
H1.HeaderClassName
{
color: #A8A084;
}
.AnyTagClassName
{
color: #A8A084;
}
</style>
background-color css
<style>
a { background-color: #A8A084; }
a { background-color: rgb(168,160,132); }
div.DivClassName
{
background-color: #A8A084;
}
.BgClassName
{
background-color: #A8A084;
}
</style>
border-color css
<style>
span { border-color: #A8A084; }
span { border-color: rgb(168,160,132); }
td.TdClassName
{
border-color: #A8A084;
}
.TagClassName
{
border-color: #A8A084;
}
</style>