Shades of Hillary #AFA177
Tints of Hillary #AFA177
RGB
CMYK
RGB Variations
Color information
#AFA177 (or 0xAFA177) is known color: Hillary. HEX triplet: AF, A1 and 77. RGB value is (175,161,119). Sum of RGB (Red+Green+Blue) = 175+161+119=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 161 (63.28% from 255 or 35.38% from 455); Blue value is 119 (46.88% from 255 or 26.15% from 455); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA177 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA177 is #505E88. Grayscale: #A0A0A0. Windows color (decimal): -5267081 or 7840175. OLE color: 7840175.
HSL color Cylindrical-coordinate representation of color #AFA177: hue angle of 45º 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 #AFA177 is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 161 | 119 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.31 |
| HSL | 45º | 0.26% | 0.58% | - |
| HSV(B) | 45º | 0.32% | 0.69% | - |
| XYZ | 33.75 | 35.94 | 22.61 | - |
| YUV | 160.4 | 104.64 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 161 | 119 | 0 | 0.08 | 0.32 | 0.31 | 45 | 0.26 | 0.58 |
| Hex | AF | A1 | 77 | 0 | 8 | 20 | 1F | 2D | 1A | 3A |
| Octal | 257 | 241 | 167 | 0 | 10 | 40 | 37 | 55 | 32 | 72 |
| Binary | 10101111 | 10100001 | 1110111 | 0 | 1000 | 100000 | 11111 | 101101 | 11010 | 111010 |
Color Harmonies of #AFA177
Complementary color
Monochromatic Colors of #AFA177
Black with #AFA177
Text Example
Text Example
White with #AFA177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA177; }
p { color: rgb(175,161,119); }
H1.HeaderClassName
{
color: #AFA177;
}
.AnyTagClassName
{
color: #AFA177;
}
</style>
background-color css
<style>
a { background-color: #AFA177; }
a { background-color: rgb(175,161,119); }
div.DivClassName
{
background-color: #AFA177;
}
.BgClassName
{
background-color: #AFA177;
}
</style>
border-color css
<style>
span { border-color: #AFA177; }
span { border-color: rgb(175,161,119); }
td.TdClassName
{
border-color: #AFA177;
}
.TagClassName
{
border-color: #AFA177;
}
</style>