Shades of Hillary #AFA276
Tints of Hillary #AFA276
RGB
CMYK
RGB Variations
Color information
#AFA276 (or 0xAFA276) is known color: Hillary. HEX triplet: AF, A2 and 76. RGB value is (175,162,118). Sum of RGB (Red+Green+Blue) = 175+162+118=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 162 (63.67% from 255 or 35.60% from 455); Blue value is 118 (46.48% from 255 or 25.93% from 455); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA276 is #505D89. Grayscale: #A1A1A1. Windows color (decimal): -5266826 or 7774895. OLE color: 7774895.
HSL color Cylindrical-coordinate representation of color #AFA276: hue angle of 46.32º 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 #AFA276 is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 162 | 118 | - |
| CMYK | 0 | 0.07 | 0.33 | 0.31 |
| HSL | 46.32º | 0.26% | 0.57% | - |
| HSV(B) | 46.32º | 0.33% | 0.69% | - |
| XYZ | 33.87 | 36.26 | 22.35 | - |
| YUV | 160.87 | 103.81 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 162 | 118 | 0 | 0.07 | 0.33 | 0.31 | 46.32 | 0.26 | 0.57 |
| Hex | AF | A2 | 76 | 0 | 7 | 21 | 1F | 2E | 1A | 39 |
| Octal | 257 | 242 | 166 | 0 | 7 | 41 | 37 | 56 | 32 | 71 |
| Binary | 10101111 | 10100010 | 1110110 | 0 | 111 | 100001 | 11111 | 101110 | 11010 | 111001 |
Color Harmonies of #AFA276
Complementary color
Monochromatic Colors of #AFA276
Black with #AFA276
Text Example
Text Example
White with #AFA276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA276; }
p { color: rgb(175,162,118); }
H1.HeaderClassName
{
color: #AFA276;
}
.AnyTagClassName
{
color: #AFA276;
}
</style>
background-color css
<style>
a { background-color: #AFA276; }
a { background-color: rgb(175,162,118); }
div.DivClassName
{
background-color: #AFA276;
}
.BgClassName
{
background-color: #AFA276;
}
</style>
border-color css
<style>
span { border-color: #AFA276; }
span { border-color: rgb(175,162,118); }
td.TdClassName
{
border-color: #AFA276;
}
.TagClassName
{
border-color: #AFA276;
}
</style>