Shades of Hillary #AFA37E
Tints of Hillary #AFA37E
RGB
CMYK
RGB Variations
Color information
#AFA37E (or 0xAFA37E) is known color: Hillary. HEX triplet: AF, A3 and 7E. RGB value is (175,163,126). Sum of RGB (Red+Green+Blue) = 175+163+126=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 163 (64.06% from 255 or 35.13% from 464); Blue value is 126 (49.61% from 255 or 27.16% from 464); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA37E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA37E is #505C81. Grayscale: #A2A2A2. Windows color (decimal): -5266562 or 8299439. OLE color: 8299439.
HSL color Cylindrical-coordinate representation of color #AFA37E: hue angle of 45.31º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFA37E is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 163 | 126 | - |
| CMYK | 0 | 0.07 | 0.28 | 0.31 |
| HSL | 45.31º | 0.23% | 0.59% | - |
| HSV(B) | 45.31º | 0.28% | 0.69% | - |
| XYZ | 34.54 | 36.81 | 25.02 | - |
| YUV | 162.37 | 107.48 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 163 | 126 | 0 | 0.07 | 0.28 | 0.31 | 45.31 | 0.23 | 0.59 |
| Hex | AF | A3 | 7E | 0 | 7 | 1C | 1F | 2D | 17 | 3B |
| Octal | 257 | 243 | 176 | 0 | 7 | 34 | 37 | 55 | 27 | 73 |
| Binary | 10101111 | 10100011 | 1111110 | 0 | 111 | 11100 | 11111 | 101101 | 10111 | 111011 |
Color Harmonies of #AFA37E
Complementary color
Monochromatic Colors of #AFA37E
Black with #AFA37E
Text Example
Text Example
White with #AFA37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA37E; }
p { color: rgb(175,163,126); }
H1.HeaderClassName
{
color: #AFA37E;
}
.AnyTagClassName
{
color: #AFA37E;
}
</style>
background-color css
<style>
a { background-color: #AFA37E; }
a { background-color: rgb(175,163,126); }
div.DivClassName
{
background-color: #AFA37E;
}
.BgClassName
{
background-color: #AFA37E;
}
</style>
border-color css
<style>
span { border-color: #AFA37E; }
span { border-color: rgb(175,163,126); }
td.TdClassName
{
border-color: #AFA37E;
}
.TagClassName
{
border-color: #AFA37E;
}
</style>