Shades of Hillary #AFA677
Tints of Hillary #AFA677
RGB
CMYK
RGB Variations
Color information
#AFA677 (or 0xAFA677) is known color: Hillary. HEX triplet: AF, A6 and 77. RGB value is (175,166,119). Sum of RGB (Red+Green+Blue) = 175+166+119=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 166 (65.23% from 255 or 36.09% from 460); Blue value is 119 (46.88% from 255 or 25.87% from 460); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA677 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA677 is #505988. Grayscale: #A3A3A3. Windows color (decimal): -5265801 or 7841455. OLE color: 7841455.
HSL color Cylindrical-coordinate representation of color #AFA677: hue angle of 50.36º 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 #AFA677 is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 166 | 119 | - |
| CMYK | 0 | 0.05 | 0.32 | 0.31 |
| HSL | 50.36º | 0.26% | 0.58% | - |
| HSV(B) | 50.36º | 0.32% | 0.69% | - |
| XYZ | 34.65 | 37.72 | 22.91 | - |
| YUV | 163.33 | 102.98 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 166 | 119 | 0 | 0.05 | 0.32 | 0.31 | 50.36 | 0.26 | 0.58 |
| Hex | AF | A6 | 77 | 0 | 5 | 20 | 1F | 32 | 1A | 3A |
| Octal | 257 | 246 | 167 | 0 | 5 | 40 | 37 | 62 | 32 | 72 |
| Binary | 10101111 | 10100110 | 1110111 | 0 | 101 | 100000 | 11111 | 110010 | 11010 | 111010 |
Color Harmonies of #AFA677
Complementary color
Monochromatic Colors of #AFA677
Black with #AFA677
Text Example
Text Example
White with #AFA677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA677; }
p { color: rgb(175,166,119); }
H1.HeaderClassName
{
color: #AFA677;
}
.AnyTagClassName
{
color: #AFA677;
}
</style>
background-color css
<style>
a { background-color: #AFA677; }
a { background-color: rgb(175,166,119); }
div.DivClassName
{
background-color: #AFA677;
}
.BgClassName
{
background-color: #AFA677;
}
</style>
border-color css
<style>
span { border-color: #AFA677; }
span { border-color: rgb(175,166,119); }
td.TdClassName
{
border-color: #AFA677;
}
.TagClassName
{
border-color: #AFA677;
}
</style>