Shades of Hillary #AFA271
Tints of Hillary #AFA271
RGB
CMYK
RGB Variations
Color information
#AFA271 (or 0xAFA271) is known color: Hillary. HEX triplet: AF, A2 and 71. RGB value is (175,162,113). Sum of RGB (Red+Green+Blue) = 175+162+113=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 162 (63.67% from 255 or 36% from 450); Blue value is 113 (44.53% from 255 or 25.11% from 450); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA271 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA271 is #505D8E. Grayscale: #A0A0A0. Windows color (decimal): -5266831 or 7447215. OLE color: 7447215.
HSL color Cylindrical-coordinate representation of color #AFA271: hue angle of 47.42º 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 #AFA271 is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 162 | 113 | - |
| CMYK | 0 | 0.07 | 0.35 | 0.31 |
| HSL | 47.42º | 0.28% | 0.56% | - |
| HSV(B) | 47.42º | 0.35% | 0.69% | - |
| XYZ | 33.58 | 36.15 | 20.83 | - |
| YUV | 160.3 | 101.31 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 162 | 113 | 0 | 0.07 | 0.35 | 0.31 | 47.42 | 0.28 | 0.56 |
| Hex | AF | A2 | 71 | 0 | 7 | 23 | 1F | 2F | 1C | 38 |
| Octal | 257 | 242 | 161 | 0 | 7 | 43 | 37 | 57 | 34 | 70 |
| Binary | 10101111 | 10100010 | 1110001 | 0 | 111 | 100011 | 11111 | 101111 | 11100 | 111000 |
Color Harmonies of #AFA271
Complementary color
Monochromatic Colors of #AFA271
Black with #AFA271
Text Example
Text Example
White with #AFA271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA271; }
p { color: rgb(175,162,113); }
H1.HeaderClassName
{
color: #AFA271;
}
.AnyTagClassName
{
color: #AFA271;
}
</style>
background-color css
<style>
a { background-color: #AFA271; }
a { background-color: rgb(175,162,113); }
div.DivClassName
{
background-color: #AFA271;
}
.BgClassName
{
background-color: #AFA271;
}
</style>
border-color css
<style>
span { border-color: #AFA271; }
span { border-color: rgb(175,162,113); }
td.TdClassName
{
border-color: #AFA271;
}
.TagClassName
{
border-color: #AFA271;
}
</style>