Shades of Hillary #A8A175
Tints of Hillary #A8A175
RGB
CMYK
RGB Variations
Color information
#A8A175 (or 0xA8A175) is known color: Hillary. HEX triplet: A8, A1 and 75. RGB value is (168,161,117). Sum of RGB (Red+Green+Blue) = 168+161+117=446 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.67% from 446); Green value is 161 (63.28% from 255 or 36.10% from 446); Blue value is 117 (46.09% from 255 or 26.23% from 446); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A175 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A175 is #575E8A. Grayscale: #9E9E9E. Windows color (decimal): -5725835 or 7709096. OLE color: 7709096.
HSL color Cylindrical-coordinate representation of color #A8A175: hue angle of 51.76º 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 #A8A175 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 161 | 117 | - |
| CMYK | 0 | 0.04 | 0.30 | 0.34 |
| HSL | 51.76º | 0.23% | 0.56% | - |
| HSV(B) | 51.76º | 0.3% | 0.66% | - |
| XYZ | 32.1 | 35.1 | 21.91 | - |
| YUV | 158.08 | 104.82 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 161 | 117 | 0 | 0.04 | 0.30 | 0.34 | 51.76 | 0.23 | 0.56 |
| Hex | A8 | A1 | 75 | 0 | 4 | 1E | 22 | 34 | 17 | 38 |
| Octal | 250 | 241 | 165 | 0 | 4 | 36 | 42 | 64 | 27 | 70 |
| Binary | 10101000 | 10100001 | 1110101 | 0 | 100 | 11110 | 100010 | 110100 | 10111 | 111000 |
Color Harmonies of #A8A175
Complementary color
Monochromatic Colors of #A8A175
Black with #A8A175
Text Example
Text Example
White with #A8A175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A175; }
p { color: rgb(168,161,117); }
H1.HeaderClassName
{
color: #A8A175;
}
.AnyTagClassName
{
color: #A8A175;
}
</style>
background-color css
<style>
a { background-color: #A8A175; }
a { background-color: rgb(168,161,117); }
div.DivClassName
{
background-color: #A8A175;
}
.BgClassName
{
background-color: #A8A175;
}
</style>
border-color css
<style>
span { border-color: #A8A175; }
span { border-color: rgb(168,161,117); }
td.TdClassName
{
border-color: #A8A175;
}
.TagClassName
{
border-color: #A8A175;
}
</style>