Shades of Hillary #AFA777
Tints of Hillary #AFA777
RGB
CMYK
RGB Variations
Color information
#AFA777 (or 0xAFA777) is known color: Hillary. HEX triplet: AF, A7 and 77. RGB value is (175,167,119). Sum of RGB (Red+Green+Blue) = 175+167+119=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 167 (65.62% from 255 or 36.23% from 461); Blue value is 119 (46.88% from 255 or 25.81% from 461); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA777 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA777 is #505888. Grayscale: #A4A4A4. Windows color (decimal): -5265545 or 7841711. OLE color: 7841711.
HSL color Cylindrical-coordinate representation of color #AFA777: hue angle of 51.43º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AFA777 is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 167 | 119 | - |
| CMYK | 0 | 0.05 | 0.32 | 0.31 |
| HSL | 51.43º | 0.26% | 0.58% | - |
| HSV(B) | 51.43º | 0.32% | 0.69% | - |
| XYZ | 34.83 | 38.08 | 22.97 | - |
| YUV | 163.92 | 102.65 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 167 | 119 | 0 | 0.05 | 0.32 | 0.31 | 51.43 | 0.26 | 0.58 |
| Hex | AF | A7 | 77 | 0 | 5 | 20 | 1F | 33 | 1A | 3A |
| Octal | 257 | 247 | 167 | 0 | 5 | 40 | 37 | 63 | 32 | 72 |
| Binary | 10101111 | 10100111 | 1110111 | 0 | 101 | 100000 | 11111 | 110011 | 11010 | 111010 |
Color Harmonies of #AFA777
Complementary color
Monochromatic Colors of #AFA777
Black with #AFA777
Text Example
Text Example
White with #AFA777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA777; }
p { color: rgb(175,167,119); }
H1.HeaderClassName
{
color: #AFA777;
}
.AnyTagClassName
{
color: #AFA777;
}
</style>
background-color css
<style>
a { background-color: #AFA777; }
a { background-color: rgb(175,167,119); }
div.DivClassName
{
background-color: #AFA777;
}
.BgClassName
{
background-color: #AFA777;
}
</style>
border-color css
<style>
span { border-color: #AFA777; }
span { border-color: rgb(175,167,119); }
td.TdClassName
{
border-color: #AFA777;
}
.TagClassName
{
border-color: #AFA777;
}
</style>