Shades of Hillary #AFA274
Tints of Hillary #AFA274
RGB
CMYK
RGB Variations
Color information
#AFA274 (or 0xAFA274) is known color: Hillary. HEX triplet: AF, A2 and 74. RGB value is (175,162,116). Sum of RGB (Red+Green+Blue) = 175+162+116=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 162 (63.67% from 255 or 35.76% from 453); Blue value is 116 (45.70% from 255 or 25.61% from 453); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA274 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA274 is #505D8B. Grayscale: #A0A0A0. Windows color (decimal): -5266828 or 7643823. OLE color: 7643823.
HSL color Cylindrical-coordinate representation of color #AFA274: hue angle of 46.78º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AFA274 is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 162 | 116 | - |
| CMYK | 0 | 0.07 | 0.34 | 0.31 |
| HSL | 46.78º | 0.27% | 0.57% | - |
| HSV(B) | 46.78º | 0.34% | 0.69% | - |
| XYZ | 33.75 | 36.22 | 21.73 | - |
| YUV | 160.64 | 102.81 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 162 | 116 | 0 | 0.07 | 0.34 | 0.31 | 46.78 | 0.27 | 0.57 |
| Hex | AF | A2 | 74 | 0 | 7 | 22 | 1F | 2F | 1B | 39 |
| Octal | 257 | 242 | 164 | 0 | 7 | 42 | 37 | 57 | 33 | 71 |
| Binary | 10101111 | 10100010 | 1110100 | 0 | 111 | 100010 | 11111 | 101111 | 11011 | 111001 |
Color Harmonies of #AFA274
Complementary color
Monochromatic Colors of #AFA274
Black with #AFA274
Text Example
Text Example
White with #AFA274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA274; }
p { color: rgb(175,162,116); }
H1.HeaderClassName
{
color: #AFA274;
}
.AnyTagClassName
{
color: #AFA274;
}
</style>
background-color css
<style>
a { background-color: #AFA274; }
a { background-color: rgb(175,162,116); }
div.DivClassName
{
background-color: #AFA274;
}
.BgClassName
{
background-color: #AFA274;
}
</style>
border-color css
<style>
span { border-color: #AFA274; }
span { border-color: rgb(175,162,116); }
td.TdClassName
{
border-color: #AFA274;
}
.TagClassName
{
border-color: #AFA274;
}
</style>