Shades of Hillary #AFA470
Tints of Hillary #AFA470
RGB
CMYK
RGB Variations
Color information
#AFA470 (or 0xAFA470) is known color: Hillary. HEX triplet: AF, A4 and 70. RGB value is (175,164,112). Sum of RGB (Red+Green+Blue) = 175+164+112=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 164 (64.45% from 255 or 36.36% from 451); Blue value is 112 (44.14% from 255 or 24.83% from 451); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA470 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA470 is #505B8F. Grayscale: #A1A1A1. Windows color (decimal): -5266320 or 7382191. OLE color: 7382191.
HSL color Cylindrical-coordinate representation of color #AFA470: hue angle of 49.52º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AFA470 is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 164 | 112 | - |
| CMYK | 0 | 0.06 | 0.36 | 0.31 |
| HSL | 49.52º | 0.28% | 0.56% | - |
| HSV(B) | 49.52º | 0.36% | 0.69% | - |
| XYZ | 33.88 | 36.83 | 20.65 | - |
| YUV | 161.36 | 100.14 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 164 | 112 | 0 | 0.06 | 0.36 | 0.31 | 49.52 | 0.28 | 0.56 |
| Hex | AF | A4 | 70 | 0 | 6 | 24 | 1F | 32 | 1C | 38 |
| Octal | 257 | 244 | 160 | 0 | 6 | 44 | 37 | 62 | 34 | 70 |
| Binary | 10101111 | 10100100 | 1110000 | 0 | 110 | 100100 | 11111 | 110010 | 11100 | 111000 |
Color Harmonies of #AFA470
Complementary color
Monochromatic Colors of #AFA470
Black with #AFA470
Text Example
Text Example
White with #AFA470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA470; }
p { color: rgb(175,164,112); }
H1.HeaderClassName
{
color: #AFA470;
}
.AnyTagClassName
{
color: #AFA470;
}
</style>
background-color css
<style>
a { background-color: #AFA470; }
a { background-color: rgb(175,164,112); }
div.DivClassName
{
background-color: #AFA470;
}
.BgClassName
{
background-color: #AFA470;
}
</style>
border-color css
<style>
span { border-color: #AFA470; }
span { border-color: rgb(175,164,112); }
td.TdClassName
{
border-color: #AFA470;
}
.TagClassName
{
border-color: #AFA470;
}
</style>