Shades of Hillary #AFA371
Tints of Hillary #AFA371
RGB
CMYK
RGB Variations
Color information
#AFA371 (or 0xAFA371) is known color: Hillary. HEX triplet: AF, A3 and 71. RGB value is (175,163,113). Sum of RGB (Red+Green+Blue) = 175+163+113=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 163 (64.06% from 255 or 36.14% from 451); Blue value is 113 (44.53% from 255 or 25.06% from 451); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA371 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA371 is #505C8E. Grayscale: #A1A1A1. Windows color (decimal): -5266575 or 7447471. OLE color: 7447471.
HSL color Cylindrical-coordinate representation of color #AFA371: hue angle of 48.39º 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 #AFA371 is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 163 | 113 | - |
| CMYK | 0 | 0.07 | 0.35 | 0.31 |
| HSL | 48.39º | 0.28% | 0.56% | - |
| HSV(B) | 48.39º | 0.35% | 0.69% | - |
| XYZ | 33.76 | 36.5 | 20.89 | - |
| YUV | 160.89 | 100.98 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 163 | 113 | 0 | 0.07 | 0.35 | 0.31 | 48.39 | 0.28 | 0.56 |
| Hex | AF | A3 | 71 | 0 | 7 | 23 | 1F | 30 | 1C | 38 |
| Octal | 257 | 243 | 161 | 0 | 7 | 43 | 37 | 60 | 34 | 70 |
| Binary | 10101111 | 10100011 | 1110001 | 0 | 111 | 100011 | 11111 | 110000 | 11100 | 111000 |
Color Harmonies of #AFA371
Complementary color
Monochromatic Colors of #AFA371
Black with #AFA371
Text Example
Text Example
White with #AFA371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA371; }
p { color: rgb(175,163,113); }
H1.HeaderClassName
{
color: #AFA371;
}
.AnyTagClassName
{
color: #AFA371;
}
</style>
background-color css
<style>
a { background-color: #AFA371; }
a { background-color: rgb(175,163,113); }
div.DivClassName
{
background-color: #AFA371;
}
.BgClassName
{
background-color: #AFA371;
}
</style>
border-color css
<style>
span { border-color: #AFA371; }
span { border-color: rgb(175,163,113); }
td.TdClassName
{
border-color: #AFA371;
}
.TagClassName
{
border-color: #AFA371;
}
</style>