Shades of Hillary #AFA476
Tints of Hillary #AFA476
RGB
CMYK
RGB Variations
Color information
#AFA476 (or 0xAFA476) is known color: Hillary. HEX triplet: AF, A4 and 76. RGB value is (175,164,118). Sum of RGB (Red+Green+Blue) = 175+164+118=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 164 (64.45% from 255 or 35.89% from 457); Blue value is 118 (46.48% from 255 or 25.82% from 457); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA476 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA476 is #505B89. Grayscale: #A2A2A2. Windows color (decimal): -5266314 or 7775407. OLE color: 7775407.
HSL color Cylindrical-coordinate representation of color #AFA476: hue angle of 48.42º 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 #AFA476 is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 164 | 118 | - |
| CMYK | 0 | 0.06 | 0.33 | 0.31 |
| HSL | 48.42º | 0.26% | 0.57% | - |
| HSV(B) | 48.42º | 0.33% | 0.69% | - |
| XYZ | 34.22 | 36.97 | 22.47 | - |
| YUV | 162.05 | 103.14 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 164 | 118 | 0 | 0.06 | 0.33 | 0.31 | 48.42 | 0.26 | 0.57 |
| Hex | AF | A4 | 76 | 0 | 6 | 21 | 1F | 30 | 1A | 39 |
| Octal | 257 | 244 | 166 | 0 | 6 | 41 | 37 | 60 | 32 | 71 |
| Binary | 10101111 | 10100100 | 1110110 | 0 | 110 | 100001 | 11111 | 110000 | 11010 | 111001 |
Color Harmonies of #AFA476
Complementary color
Monochromatic Colors of #AFA476
Black with #AFA476
Text Example
Text Example
White with #AFA476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA476; }
p { color: rgb(175,164,118); }
H1.HeaderClassName
{
color: #AFA476;
}
.AnyTagClassName
{
color: #AFA476;
}
</style>
background-color css
<style>
a { background-color: #AFA476; }
a { background-color: rgb(175,164,118); }
div.DivClassName
{
background-color: #AFA476;
}
.BgClassName
{
background-color: #AFA476;
}
</style>
border-color css
<style>
span { border-color: #AFA476; }
span { border-color: rgb(175,164,118); }
td.TdClassName
{
border-color: #AFA476;
}
.TagClassName
{
border-color: #AFA476;
}
</style>