Shades of Hillary #AFA472
Tints of Hillary #AFA472
RGB
CMYK
RGB Variations
Color information
#AFA472 (or 0xAFA472) is known color: Hillary. HEX triplet: AF, A4 and 72. RGB value is (175,164,114). Sum of RGB (Red+Green+Blue) = 175+164+114=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 164 (64.45% from 255 or 36.20% from 453); Blue value is 114 (44.92% from 255 or 25.17% from 453); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA472 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA472 is #505B8D. Grayscale: #A1A1A1. Windows color (decimal): -5266318 or 7513263. OLE color: 7513263.
HSL color Cylindrical-coordinate representation of color #AFA472: hue angle of 49.18º 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 #AFA472 is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 164 | 114 | - |
| CMYK | 0 | 0.06 | 0.35 | 0.31 |
| HSL | 49.18º | 0.28% | 0.57% | - |
| HSV(B) | 49.18º | 0.35% | 0.69% | - |
| XYZ | 33.99 | 36.88 | 21.25 | - |
| YUV | 161.59 | 101.14 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 164 | 114 | 0 | 0.06 | 0.35 | 0.31 | 49.18 | 0.28 | 0.57 |
| Hex | AF | A4 | 72 | 0 | 6 | 23 | 1F | 31 | 1C | 39 |
| Octal | 257 | 244 | 162 | 0 | 6 | 43 | 37 | 61 | 34 | 71 |
| Binary | 10101111 | 10100100 | 1110010 | 0 | 110 | 100011 | 11111 | 110001 | 11100 | 111001 |
Color Harmonies of #AFA472
Complementary color
Monochromatic Colors of #AFA472
Black with #AFA472
Text Example
Text Example
White with #AFA472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA472; }
p { color: rgb(175,164,114); }
H1.HeaderClassName
{
color: #AFA472;
}
.AnyTagClassName
{
color: #AFA472;
}
</style>
background-color css
<style>
a { background-color: #AFA472; }
a { background-color: rgb(175,164,114); }
div.DivClassName
{
background-color: #AFA472;
}
.BgClassName
{
background-color: #AFA472;
}
</style>
border-color css
<style>
span { border-color: #AFA472; }
span { border-color: rgb(175,164,114); }
td.TdClassName
{
border-color: #AFA472;
}
.TagClassName
{
border-color: #AFA472;
}
</style>