Shades of Hillary #A8A575
Tints of Hillary #A8A575
RGB
CMYK
RGB Variations
Color information
#A8A575 (or 0xA8A575) is known color: Hillary. HEX triplet: A8, A5 and 75. RGB value is (168,165,117). Sum of RGB (Red+Green+Blue) = 168+165+117=450 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.33% from 450); Green value is 165 (64.84% from 255 or 36.67% from 450); Blue value is 117 (46.09% from 255 or 26% from 450); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A575 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A575 is #575A8A. Grayscale: #A0A0A0. Windows color (decimal): -5724811 or 7710120. OLE color: 7710120.
HSL color Cylindrical-coordinate representation of color #A8A575: hue angle of 56.47º 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 #A8A575 is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 165 | 117 | - |
| CMYK | 0 | 0.02 | 0.30 | 0.34 |
| HSL | 56.47º | 0.23% | 0.56% | - |
| HSV(B) | 56.47º | 0.3% | 0.66% | - |
| XYZ | 32.81 | 36.52 | 22.15 | - |
| YUV | 160.43 | 103.49 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 165 | 117 | 0 | 0.02 | 0.30 | 0.34 | 56.47 | 0.23 | 0.56 |
| Hex | A8 | A5 | 75 | 0 | 2 | 1E | 22 | 38 | 17 | 38 |
| Octal | 250 | 245 | 165 | 0 | 2 | 36 | 42 | 70 | 27 | 70 |
| Binary | 10101000 | 10100101 | 1110101 | 0 | 10 | 11110 | 100010 | 111000 | 10111 | 111000 |
Color Harmonies of #A8A575
Complementary color
Monochromatic Colors of #A8A575
Black with #A8A575
Text Example
Text Example
White with #A8A575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A575; }
p { color: rgb(168,165,117); }
H1.HeaderClassName
{
color: #A8A575;
}
.AnyTagClassName
{
color: #A8A575;
}
</style>
background-color css
<style>
a { background-color: #A8A575; }
a { background-color: rgb(168,165,117); }
div.DivClassName
{
background-color: #A8A575;
}
.BgClassName
{
background-color: #A8A575;
}
</style>
border-color css
<style>
span { border-color: #A8A575; }
span { border-color: rgb(168,165,117); }
td.TdClassName
{
border-color: #A8A575;
}
.TagClassName
{
border-color: #A8A575;
}
</style>