Shades of Hillary #AFA675
Tints of Hillary #AFA675
RGB
CMYK
RGB Variations
Color information
#AFA675 (or 0xAFA675) is known color: Hillary. HEX triplet: AF, A6 and 75. RGB value is (175,166,117). Sum of RGB (Red+Green+Blue) = 175+166+117=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 166 (65.23% from 255 or 36.24% from 458); Blue value is 117 (46.09% from 255 or 25.55% from 458); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA675 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA675 is #50598A. Grayscale: #A3A3A3. Windows color (decimal): -5265803 or 7710383. OLE color: 7710383.
HSL color Cylindrical-coordinate representation of color #AFA675: hue angle of 50.69º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AFA675 is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 166 | 117 | - |
| CMYK | 0 | 0.05 | 0.33 | 0.31 |
| HSL | 50.69º | 0.27% | 0.57% | - |
| HSV(B) | 50.69º | 0.33% | 0.69% | - |
| XYZ | 34.53 | 37.67 | 22.28 | - |
| YUV | 163.11 | 101.98 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 166 | 117 | 0 | 0.05 | 0.33 | 0.31 | 50.69 | 0.27 | 0.57 |
| Hex | AF | A6 | 75 | 0 | 5 | 21 | 1F | 33 | 1B | 39 |
| Octal | 257 | 246 | 165 | 0 | 5 | 41 | 37 | 63 | 33 | 71 |
| Binary | 10101111 | 10100110 | 1110101 | 0 | 101 | 100001 | 11111 | 110011 | 11011 | 111001 |
Color Harmonies of #AFA675
Complementary color
Monochromatic Colors of #AFA675
Black with #AFA675
Text Example
Text Example
White with #AFA675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA675; }
p { color: rgb(175,166,117); }
H1.HeaderClassName
{
color: #AFA675;
}
.AnyTagClassName
{
color: #AFA675;
}
</style>
background-color css
<style>
a { background-color: #AFA675; }
a { background-color: rgb(175,166,117); }
div.DivClassName
{
background-color: #AFA675;
}
.BgClassName
{
background-color: #AFA675;
}
</style>
border-color css
<style>
span { border-color: #AFA675; }
span { border-color: rgb(175,166,117); }
td.TdClassName
{
border-color: #AFA675;
}
.TagClassName
{
border-color: #AFA675;
}
</style>