Shades of Hillary #AFA471
Tints of Hillary #AFA471
RGB
CMYK
RGB Variations
Color information
#AFA471 (or 0xAFA471) is known color: Hillary. HEX triplet: AF, A4 and 71. RGB value is (175,164,113). Sum of RGB (Red+Green+Blue) = 175+164+113=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 164 (64.45% from 255 or 36.28% from 452); Blue value is 113 (44.53% from 255 or 25% from 452); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA471 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA471 is #505B8E. Grayscale: #A1A1A1. Windows color (decimal): -5266319 or 7447727. OLE color: 7447727.
HSL color Cylindrical-coordinate representation of color #AFA471: hue angle of 49.35º 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 #AFA471 is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 164 | 113 | - |
| CMYK | 0 | 0.06 | 0.35 | 0.31 |
| HSL | 49.35º | 0.28% | 0.56% | - |
| HSV(B) | 49.35º | 0.35% | 0.69% | - |
| XYZ | 33.94 | 36.86 | 20.95 | - |
| YUV | 161.48 | 100.64 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 164 | 113 | 0 | 0.06 | 0.35 | 0.31 | 49.35 | 0.28 | 0.56 |
| Hex | AF | A4 | 71 | 0 | 6 | 23 | 1F | 31 | 1C | 38 |
| Octal | 257 | 244 | 161 | 0 | 6 | 43 | 37 | 61 | 34 | 70 |
| Binary | 10101111 | 10100100 | 1110001 | 0 | 110 | 100011 | 11111 | 110001 | 11100 | 111000 |
Color Harmonies of #AFA471
Complementary color
Monochromatic Colors of #AFA471
Black with #AFA471
Text Example
Text Example
White with #AFA471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA471; }
p { color: rgb(175,164,113); }
H1.HeaderClassName
{
color: #AFA471;
}
.AnyTagClassName
{
color: #AFA471;
}
</style>
background-color css
<style>
a { background-color: #AFA471; }
a { background-color: rgb(175,164,113); }
div.DivClassName
{
background-color: #AFA471;
}
.BgClassName
{
background-color: #AFA471;
}
</style>
border-color css
<style>
span { border-color: #AFA471; }
span { border-color: rgb(175,164,113); }
td.TdClassName
{
border-color: #AFA471;
}
.TagClassName
{
border-color: #AFA471;
}
</style>