Shades of Hillary #AFA771
Tints of Hillary #AFA771
RGB
CMYK
RGB Variations
Color information
#AFA771 (or 0xAFA771) is known color: Hillary. HEX triplet: AF, A7 and 71. RGB value is (175,167,113). Sum of RGB (Red+Green+Blue) = 175+167+113=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 167 (65.62% from 255 or 36.70% from 455); Blue value is 113 (44.53% from 255 or 24.84% from 455); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA771 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA771 is #50588E. Grayscale: #A3A3A3. Windows color (decimal): -5265551 or 7448495. OLE color: 7448495.
HSL color Cylindrical-coordinate representation of color #AFA771: hue angle of 52.26º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AFA771 is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 167 | 113 | - |
| CMYK | 0 | 0.05 | 0.35 | 0.31 |
| HSL | 52.26º | 0.28% | 0.56% | - |
| HSV(B) | 52.26º | 0.35% | 0.69% | - |
| XYZ | 34.48 | 37.94 | 21.13 | - |
| YUV | 163.24 | 99.65 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 167 | 113 | 0 | 0.05 | 0.35 | 0.31 | 52.26 | 0.28 | 0.56 |
| Hex | AF | A7 | 71 | 0 | 5 | 23 | 1F | 34 | 1C | 38 |
| Octal | 257 | 247 | 161 | 0 | 5 | 43 | 37 | 64 | 34 | 70 |
| Binary | 10101111 | 10100111 | 1110001 | 0 | 101 | 100011 | 11111 | 110100 | 11100 | 111000 |
Color Harmonies of #AFA771
Complementary color
Monochromatic Colors of #AFA771
Black with #AFA771
Text Example
Text Example
White with #AFA771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA771; }
p { color: rgb(175,167,113); }
H1.HeaderClassName
{
color: #AFA771;
}
.AnyTagClassName
{
color: #AFA771;
}
</style>
background-color css
<style>
a { background-color: #AFA771; }
a { background-color: rgb(175,167,113); }
div.DivClassName
{
background-color: #AFA771;
}
.BgClassName
{
background-color: #AFA771;
}
</style>
border-color css
<style>
span { border-color: #AFA771; }
span { border-color: rgb(175,167,113); }
td.TdClassName
{
border-color: #AFA771;
}
.TagClassName
{
border-color: #AFA771;
}
</style>