Shades of Hillary #AFA871
Tints of Hillary #AFA871
RGB
CMYK
RGB Variations
Color information
#AFA871 (or 0xAFA871) is known color: Hillary. HEX triplet: AF, A8 and 71. RGB value is (175,168,113). Sum of RGB (Red+Green+Blue) = 175+168+113=456 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.38% from 456); Green value is 168 (66.02% from 255 or 36.84% from 456); Blue value is 113 (44.53% from 255 or 24.78% from 456); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA871 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA871 is #50578E. Grayscale: #A4A4A4. Windows color (decimal): -5265295 or 7448751. OLE color: 7448751.
HSL color Cylindrical-coordinate representation of color #AFA871: hue angle of 53.23º 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 #AFA871 is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 168 | 113 | - |
| CMYK | 0 | 0.04 | 0.35 | 0.31 |
| HSL | 53.23º | 0.28% | 0.56% | - |
| HSV(B) | 53.23º | 0.35% | 0.69% | - |
| XYZ | 34.66 | 38.31 | 21.19 | - |
| YUV | 163.82 | 99.32 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 168 | 113 | 0 | 0.04 | 0.35 | 0.31 | 53.23 | 0.28 | 0.56 |
| Hex | AF | A8 | 71 | 0 | 4 | 23 | 1F | 35 | 1C | 38 |
| Octal | 257 | 250 | 161 | 0 | 4 | 43 | 37 | 65 | 34 | 70 |
| Binary | 10101111 | 10101000 | 1110001 | 0 | 100 | 100011 | 11111 | 110101 | 11100 | 111000 |
Color Harmonies of #AFA871
Complementary color
Monochromatic Colors of #AFA871
Black with #AFA871
Text Example
Text Example
White with #AFA871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA871; }
p { color: rgb(175,168,113); }
H1.HeaderClassName
{
color: #AFA871;
}
.AnyTagClassName
{
color: #AFA871;
}
</style>
background-color css
<style>
a { background-color: #AFA871; }
a { background-color: rgb(175,168,113); }
div.DivClassName
{
background-color: #AFA871;
}
.BgClassName
{
background-color: #AFA871;
}
</style>
border-color css
<style>
span { border-color: #AFA871; }
span { border-color: rgb(175,168,113); }
td.TdClassName
{
border-color: #AFA871;
}
.TagClassName
{
border-color: #AFA871;
}
</style>