Shades of Hillary #AFA377
Tints of Hillary #AFA377
RGB
CMYK
RGB Variations
Color information
#AFA377 (or 0xAFA377) is known color: Hillary. HEX triplet: AF, A3 and 77. RGB value is (175,163,119). Sum of RGB (Red+Green+Blue) = 175+163+119=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 163 (64.06% from 255 or 35.67% from 457); Blue value is 119 (46.88% from 255 or 26.04% from 457); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA377 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA377 is #505C88. Grayscale: #A1A1A1. Windows color (decimal): -5266569 or 7840687. OLE color: 7840687.
HSL color Cylindrical-coordinate representation of color #AFA377: hue angle of 47.14º 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 #AFA377 is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 163 | 119 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.31 |
| HSL | 47.14º | 0.26% | 0.58% | - |
| HSV(B) | 47.14º | 0.32% | 0.69% | - |
| XYZ | 34.11 | 36.64 | 22.73 | - |
| YUV | 161.57 | 103.98 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 163 | 119 | 0 | 0.07 | 0.32 | 0.31 | 47.14 | 0.26 | 0.58 |
| Hex | AF | A3 | 77 | 0 | 7 | 20 | 1F | 2F | 1A | 3A |
| Octal | 257 | 243 | 167 | 0 | 7 | 40 | 37 | 57 | 32 | 72 |
| Binary | 10101111 | 10100011 | 1110111 | 0 | 111 | 100000 | 11111 | 101111 | 11010 | 111010 |
Color Harmonies of #AFA377
Complementary color
Monochromatic Colors of #AFA377
Black with #AFA377
Text Example
Text Example
White with #AFA377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA377; }
p { color: rgb(175,163,119); }
H1.HeaderClassName
{
color: #AFA377;
}
.AnyTagClassName
{
color: #AFA377;
}
</style>
background-color css
<style>
a { background-color: #AFA377; }
a { background-color: rgb(175,163,119); }
div.DivClassName
{
background-color: #AFA377;
}
.BgClassName
{
background-color: #AFA377;
}
</style>
border-color css
<style>
span { border-color: #AFA377; }
span { border-color: rgb(175,163,119); }
td.TdClassName
{
border-color: #AFA377;
}
.TagClassName
{
border-color: #AFA377;
}
</style>