Shades of Hillary #AFA571
Tints of Hillary #AFA571
RGB
CMYK
RGB Variations
Color information
#AFA571 (or 0xAFA571) is known color: Hillary. HEX triplet: AF, A5 and 71. RGB value is (175,165,113). Sum of RGB (Red+Green+Blue) = 175+165+113=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 165 (64.84% from 255 or 36.42% from 453); Blue value is 113 (44.53% from 255 or 24.94% from 453); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA571 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA571 is #505A8E. Grayscale: #A2A2A2. Windows color (decimal): -5266063 or 7447983. OLE color: 7447983.
HSL color Cylindrical-coordinate representation of color #AFA571: hue angle of 50.32º 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 #AFA571 is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 165 | 113 | - |
| CMYK | 0 | 0.06 | 0.35 | 0.31 |
| HSL | 50.32º | 0.28% | 0.56% | - |
| HSV(B) | 50.32º | 0.35% | 0.69% | - |
| XYZ | 34.11 | 37.22 | 21.01 | - |
| YUV | 162.06 | 100.31 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 165 | 113 | 0 | 0.06 | 0.35 | 0.31 | 50.32 | 0.28 | 0.56 |
| Hex | AF | A5 | 71 | 0 | 6 | 23 | 1F | 32 | 1C | 38 |
| Octal | 257 | 245 | 161 | 0 | 6 | 43 | 37 | 62 | 34 | 70 |
| Binary | 10101111 | 10100101 | 1110001 | 0 | 110 | 100011 | 11111 | 110010 | 11100 | 111000 |
Color Harmonies of #AFA571
Complementary color
Monochromatic Colors of #AFA571
Black with #AFA571
Text Example
Text Example
White with #AFA571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA571; }
p { color: rgb(175,165,113); }
H1.HeaderClassName
{
color: #AFA571;
}
.AnyTagClassName
{
color: #AFA571;
}
</style>
background-color css
<style>
a { background-color: #AFA571; }
a { background-color: rgb(175,165,113); }
div.DivClassName
{
background-color: #AFA571;
}
.BgClassName
{
background-color: #AFA571;
}
</style>
border-color css
<style>
span { border-color: #AFA571; }
span { border-color: rgb(175,165,113); }
td.TdClassName
{
border-color: #AFA571;
}
.TagClassName
{
border-color: #AFA571;
}
</style>