Shades of Hillary #AFA176
Tints of Hillary #AFA176
RGB
CMYK
RGB Variations
Color information
#AFA176 (or 0xAFA176) is known color: Hillary. HEX triplet: AF, A1 and 76. RGB value is (175,161,118). Sum of RGB (Red+Green+Blue) = 175+161+118=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 161 (63.28% from 255 or 35.46% from 454); Blue value is 118 (46.48% from 255 or 25.99% from 454); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA176 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA176 is #505E89. Grayscale: #A0A0A0. Windows color (decimal): -5267082 or 7774639. OLE color: 7774639.
HSL color Cylindrical-coordinate representation of color #AFA176: hue angle of 45.26º degrees, saturation: 0.26, 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 #AFA176 is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 161 | 118 | - |
| CMYK | 0 | 0.08 | 0.33 | 0.31 |
| HSL | 45.26º | 0.26% | 0.57% | - |
| HSV(B) | 45.26º | 0.33% | 0.69% | - |
| XYZ | 33.69 | 35.91 | 22.3 | - |
| YUV | 160.28 | 104.14 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 161 | 118 | 0 | 0.08 | 0.33 | 0.31 | 45.26 | 0.26 | 0.57 |
| Hex | AF | A1 | 76 | 0 | 8 | 21 | 1F | 2D | 1A | 39 |
| Octal | 257 | 241 | 166 | 0 | 10 | 41 | 37 | 55 | 32 | 71 |
| Binary | 10101111 | 10100001 | 1110110 | 0 | 1000 | 100001 | 11111 | 101101 | 11010 | 111001 |
Color Harmonies of #AFA176
Complementary color
Monochromatic Colors of #AFA176
Black with #AFA176
Text Example
Text Example
White with #AFA176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA176; }
p { color: rgb(175,161,118); }
H1.HeaderClassName
{
color: #AFA176;
}
.AnyTagClassName
{
color: #AFA176;
}
</style>
background-color css
<style>
a { background-color: #AFA176; }
a { background-color: rgb(175,161,118); }
div.DivClassName
{
background-color: #AFA176;
}
.BgClassName
{
background-color: #AFA176;
}
</style>
border-color css
<style>
span { border-color: #AFA176; }
span { border-color: rgb(175,161,118); }
td.TdClassName
{
border-color: #AFA176;
}
.TagClassName
{
border-color: #AFA176;
}
</style>