Shades of Hillary #AFA174
Tints of Hillary #AFA174
RGB
CMYK
RGB Variations
Color information
#AFA174 (or 0xAFA174) is known color: Hillary. HEX triplet: AF, A1 and 74. RGB value is (175,161,116). Sum of RGB (Red+Green+Blue) = 175+161+116=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 161 (63.28% from 255 or 35.62% from 452); Blue value is 116 (45.70% from 255 or 25.66% from 452); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA174 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA174 is #505E8B. Grayscale: #A0A0A0. Windows color (decimal): -5267084 or 7643567. OLE color: 7643567.
HSL color Cylindrical-coordinate representation of color #AFA174: hue angle of 45.76º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AFA174 is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 161 | 116 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.31 |
| HSL | 45.76º | 0.27% | 0.57% | - |
| HSV(B) | 45.76º | 0.34% | 0.69% | - |
| XYZ | 33.58 | 35.86 | 21.68 | - |
| YUV | 160.06 | 103.14 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 161 | 116 | 0 | 0.08 | 0.34 | 0.31 | 45.76 | 0.27 | 0.57 |
| Hex | AF | A1 | 74 | 0 | 8 | 22 | 1F | 2E | 1B | 39 |
| Octal | 257 | 241 | 164 | 0 | 10 | 42 | 37 | 56 | 33 | 71 |
| Binary | 10101111 | 10100001 | 1110100 | 0 | 1000 | 100010 | 11111 | 101110 | 11011 | 111001 |
Color Harmonies of #AFA174
Complementary color
Monochromatic Colors of #AFA174
Black with #AFA174
Text Example
Text Example
White with #AFA174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA174; }
p { color: rgb(175,161,116); }
H1.HeaderClassName
{
color: #AFA174;
}
.AnyTagClassName
{
color: #AFA174;
}
</style>
background-color css
<style>
a { background-color: #AFA174; }
a { background-color: rgb(175,161,116); }
div.DivClassName
{
background-color: #AFA174;
}
.BgClassName
{
background-color: #AFA174;
}
</style>
border-color css
<style>
span { border-color: #AFA174; }
span { border-color: rgb(175,161,116); }
td.TdClassName
{
border-color: #AFA174;
}
.TagClassName
{
border-color: #AFA174;
}
</style>