Shades of Hillary #AFA773
Tints of Hillary #AFA773
RGB
CMYK
RGB Variations
Color information
#AFA773 (or 0xAFA773) is known color: Hillary. HEX triplet: AF, A7 and 73. RGB value is (175,167,115). Sum of RGB (Red+Green+Blue) = 175+167+115=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 167 (65.62% from 255 or 36.54% from 457); Blue value is 115 (45.31% from 255 or 25.16% from 457); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA773 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA773 is #50588C. Grayscale: #A3A3A3. Windows color (decimal): -5265549 or 7579567. OLE color: 7579567.
HSL color Cylindrical-coordinate representation of color #AFA773: hue angle of 52º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AFA773 is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 167 | 115 | - |
| CMYK | 0 | 0.05 | 0.34 | 0.31 |
| HSL | 52º | 0.27% | 0.57% | - |
| HSV(B) | 52º | 0.34% | 0.69% | - |
| XYZ | 34.59 | 37.99 | 21.73 | - |
| YUV | 163.46 | 100.65 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 167 | 115 | 0 | 0.05 | 0.34 | 0.31 | 52 | 0.27 | 0.57 |
| Hex | AF | A7 | 73 | 0 | 5 | 22 | 1F | 34 | 1B | 39 |
| Octal | 257 | 247 | 163 | 0 | 5 | 42 | 37 | 64 | 33 | 71 |
| Binary | 10101111 | 10100111 | 1110011 | 0 | 101 | 100010 | 11111 | 110100 | 11011 | 111001 |
Color Harmonies of #AFA773
Complementary color
Monochromatic Colors of #AFA773
Black with #AFA773
Text Example
Text Example
White with #AFA773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA773; }
p { color: rgb(175,167,115); }
H1.HeaderClassName
{
color: #AFA773;
}
.AnyTagClassName
{
color: #AFA773;
}
</style>
background-color css
<style>
a { background-color: #AFA773; }
a { background-color: rgb(175,167,115); }
div.DivClassName
{
background-color: #AFA773;
}
.BgClassName
{
background-color: #AFA773;
}
</style>
border-color css
<style>
span { border-color: #AFA773; }
span { border-color: rgb(175,167,115); }
td.TdClassName
{
border-color: #AFA773;
}
.TagClassName
{
border-color: #AFA773;
}
</style>