Shades of Hillary #AFA272
Tints of Hillary #AFA272
RGB
CMYK
RGB Variations
Color information
#AFA272 (or 0xAFA272) is known color: Hillary. HEX triplet: AF, A2 and 72. RGB value is (175,162,114). Sum of RGB (Red+Green+Blue) = 175+162+114=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 162 (63.67% from 255 or 35.92% from 451); Blue value is 114 (44.92% from 255 or 25.28% from 451); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA272 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA272 is #505D8D. Grayscale: #A0A0A0. Windows color (decimal): -5266830 or 7512751. OLE color: 7512751.
HSL color Cylindrical-coordinate representation of color #AFA272: hue angle of 47.21º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AFA272 is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 162 | 114 | - |
| CMYK | 0 | 0.07 | 0.35 | 0.31 |
| HSL | 47.21º | 0.28% | 0.57% | - |
| HSV(B) | 47.21º | 0.35% | 0.69% | - |
| XYZ | 33.64 | 36.17 | 21.13 | - |
| YUV | 160.42 | 101.81 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 162 | 114 | 0 | 0.07 | 0.35 | 0.31 | 47.21 | 0.28 | 0.57 |
| Hex | AF | A2 | 72 | 0 | 7 | 23 | 1F | 2F | 1C | 39 |
| Octal | 257 | 242 | 162 | 0 | 7 | 43 | 37 | 57 | 34 | 71 |
| Binary | 10101111 | 10100010 | 1110010 | 0 | 111 | 100011 | 11111 | 101111 | 11100 | 111001 |
Color Harmonies of #AFA272
Complementary color
Monochromatic Colors of #AFA272
Black with #AFA272
Text Example
Text Example
White with #AFA272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA272; }
p { color: rgb(175,162,114); }
H1.HeaderClassName
{
color: #AFA272;
}
.AnyTagClassName
{
color: #AFA272;
}
</style>
background-color css
<style>
a { background-color: #AFA272; }
a { background-color: rgb(175,162,114); }
div.DivClassName
{
background-color: #AFA272;
}
.BgClassName
{
background-color: #AFA272;
}
</style>
border-color css
<style>
span { border-color: #AFA272; }
span { border-color: rgb(175,162,114); }
td.TdClassName
{
border-color: #AFA272;
}
.TagClassName
{
border-color: #AFA272;
}
</style>