Shades of Hillary #AFA370
Tints of Hillary #AFA370
RGB
CMYK
RGB Variations
Color information
#AFA370 (or 0xAFA370) is known color: Hillary. HEX triplet: AF, A3 and 70. RGB value is (175,163,112). Sum of RGB (Red+Green+Blue) = 175+163+112=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 163 (64.06% from 255 or 36.22% from 450); Blue value is 112 (44.14% from 255 or 24.89% from 450); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA370 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA370 is #505C8F. Grayscale: #A0A0A0. Windows color (decimal): -5266576 or 7381935. OLE color: 7381935.
HSL color Cylindrical-coordinate representation of color #AFA370: hue angle of 48.57º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AFA370 is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 163 | 112 | - |
| CMYK | 0 | 0.07 | 0.36 | 0.31 |
| HSL | 48.57º | 0.28% | 0.56% | - |
| HSV(B) | 48.57º | 0.36% | 0.69% | - |
| XYZ | 33.7 | 36.48 | 20.59 | - |
| YUV | 160.77 | 100.48 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 163 | 112 | 0 | 0.07 | 0.36 | 0.31 | 48.57 | 0.28 | 0.56 |
| Hex | AF | A3 | 70 | 0 | 7 | 24 | 1F | 31 | 1C | 38 |
| Octal | 257 | 243 | 160 | 0 | 7 | 44 | 37 | 61 | 34 | 70 |
| Binary | 10101111 | 10100011 | 1110000 | 0 | 111 | 100100 | 11111 | 110001 | 11100 | 111000 |
Color Harmonies of #AFA370
Complementary color
Monochromatic Colors of #AFA370
Black with #AFA370
Text Example
Text Example
White with #AFA370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA370; }
p { color: rgb(175,163,112); }
H1.HeaderClassName
{
color: #AFA370;
}
.AnyTagClassName
{
color: #AFA370;
}
</style>
background-color css
<style>
a { background-color: #AFA370; }
a { background-color: rgb(175,163,112); }
div.DivClassName
{
background-color: #AFA370;
}
.BgClassName
{
background-color: #AFA370;
}
</style>
border-color css
<style>
span { border-color: #AFA370; }
span { border-color: rgb(175,163,112); }
td.TdClassName
{
border-color: #AFA370;
}
.TagClassName
{
border-color: #AFA370;
}
</style>