Shades of Hillary #A8A375
Tints of Hillary #A8A375
RGB
CMYK
RGB Variations
Color information
#A8A375 (or 0xA8A375) is known color: Hillary. HEX triplet: A8, A3 and 75. RGB value is (168,163,117). Sum of RGB (Red+Green+Blue) = 168+163+117=448 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.5% from 448); Green value is 163 (64.06% from 255 or 36.38% from 448); Blue value is 117 (46.09% from 255 or 26.12% from 448); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A375 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A375 is #575C8A. Grayscale: #9F9F9F. Windows color (decimal): -5725323 or 7709608. OLE color: 7709608.
HSL color Cylindrical-coordinate representation of color #A8A375: hue angle of 54.12º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8A375 is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 163 | 117 | - |
| CMYK | 0 | 0.03 | 0.30 | 0.34 |
| HSL | 54.12º | 0.23% | 0.56% | - |
| HSV(B) | 54.12º | 0.3% | 0.66% | - |
| XYZ | 32.46 | 35.8 | 22.03 | - |
| YUV | 159.25 | 104.16 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 163 | 117 | 0 | 0.03 | 0.30 | 0.34 | 54.12 | 0.23 | 0.56 |
| Hex | A8 | A3 | 75 | 0 | 3 | 1E | 22 | 36 | 17 | 38 |
| Octal | 250 | 243 | 165 | 0 | 3 | 36 | 42 | 66 | 27 | 70 |
| Binary | 10101000 | 10100011 | 1110101 | 0 | 11 | 11110 | 100010 | 110110 | 10111 | 111000 |
Color Harmonies of #A8A375
Complementary color
Monochromatic Colors of #A8A375
Black with #A8A375
Text Example
Text Example
White with #A8A375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A375; }
p { color: rgb(168,163,117); }
H1.HeaderClassName
{
color: #A8A375;
}
.AnyTagClassName
{
color: #A8A375;
}
</style>
background-color css
<style>
a { background-color: #A8A375; }
a { background-color: rgb(168,163,117); }
div.DivClassName
{
background-color: #A8A375;
}
.BgClassName
{
background-color: #A8A375;
}
</style>
border-color css
<style>
span { border-color: #A8A375; }
span { border-color: rgb(168,163,117); }
td.TdClassName
{
border-color: #A8A375;
}
.TagClassName
{
border-color: #A8A375;
}
</style>