Shades of Hillary #AFA770
Tints of Hillary #AFA770
RGB
CMYK
RGB Variations
Color information
#AFA770 (or 0xAFA770) is known color: Hillary. HEX triplet: AF, A7 and 70. RGB value is (175,167,112). Sum of RGB (Red+Green+Blue) = 175+167+112=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 167 (65.62% from 255 or 36.78% from 454); Blue value is 112 (44.14% from 255 or 24.67% from 454); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA770 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA770 is #50588F. Grayscale: #A3A3A3. Windows color (decimal): -5265552 or 7382959. OLE color: 7382959.
HSL color Cylindrical-coordinate representation of color #AFA770: hue angle of 52.38º 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 #AFA770 is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 167 | 112 | - |
| CMYK | 0 | 0.05 | 0.36 | 0.31 |
| HSL | 52.38º | 0.28% | 0.56% | - |
| HSV(B) | 52.38º | 0.36% | 0.69% | - |
| XYZ | 34.42 | 37.92 | 20.83 | - |
| YUV | 163.12 | 99.15 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 167 | 112 | 0 | 0.05 | 0.36 | 0.31 | 52.38 | 0.28 | 0.56 |
| Hex | AF | A7 | 70 | 0 | 5 | 24 | 1F | 34 | 1C | 38 |
| Octal | 257 | 247 | 160 | 0 | 5 | 44 | 37 | 64 | 34 | 70 |
| Binary | 10101111 | 10100111 | 1110000 | 0 | 101 | 100100 | 11111 | 110100 | 11100 | 111000 |
Color Harmonies of #AFA770
Complementary color
Monochromatic Colors of #AFA770
Black with #AFA770
Text Example
Text Example
White with #AFA770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA770; }
p { color: rgb(175,167,112); }
H1.HeaderClassName
{
color: #AFA770;
}
.AnyTagClassName
{
color: #AFA770;
}
</style>
background-color css
<style>
a { background-color: #AFA770; }
a { background-color: rgb(175,167,112); }
div.DivClassName
{
background-color: #AFA770;
}
.BgClassName
{
background-color: #AFA770;
}
</style>
border-color css
<style>
span { border-color: #AFA770; }
span { border-color: rgb(175,167,112); }
td.TdClassName
{
border-color: #AFA770;
}
.TagClassName
{
border-color: #AFA770;
}
</style>