Shades of Hillary #AFA576
Tints of Hillary #AFA576
RGB
CMYK
RGB Variations
Color information
#AFA576 (or 0xAFA576) is known color: Hillary. HEX triplet: AF, A5 and 76. RGB value is (175,165,118). Sum of RGB (Red+Green+Blue) = 175+165+118=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 165 (64.84% from 255 or 36.03% from 458); Blue value is 118 (46.48% from 255 or 25.76% from 458); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA576 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA576 is #505A89. Grayscale: #A2A2A2. Windows color (decimal): -5266058 or 7775663. OLE color: 7775663.
HSL color Cylindrical-coordinate representation of color #AFA576: hue angle of 49.47º 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 #AFA576 is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 165 | 118 | - |
| CMYK | 0 | 0.06 | 0.33 | 0.31 |
| HSL | 49.47º | 0.26% | 0.57% | - |
| HSV(B) | 49.47º | 0.33% | 0.69% | - |
| XYZ | 34.4 | 37.33 | 22.53 | - |
| YUV | 162.63 | 102.81 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 165 | 118 | 0 | 0.06 | 0.33 | 0.31 | 49.47 | 0.26 | 0.57 |
| Hex | AF | A5 | 76 | 0 | 6 | 21 | 1F | 31 | 1A | 39 |
| Octal | 257 | 245 | 166 | 0 | 6 | 41 | 37 | 61 | 32 | 71 |
| Binary | 10101111 | 10100101 | 1110110 | 0 | 110 | 100001 | 11111 | 110001 | 11010 | 111001 |
Color Harmonies of #AFA576
Complementary color
Monochromatic Colors of #AFA576
Black with #AFA576
Text Example
Text Example
White with #AFA576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA576; }
p { color: rgb(175,165,118); }
H1.HeaderClassName
{
color: #AFA576;
}
.AnyTagClassName
{
color: #AFA576;
}
</style>
background-color css
<style>
a { background-color: #AFA576; }
a { background-color: rgb(175,165,118); }
div.DivClassName
{
background-color: #AFA576;
}
.BgClassName
{
background-color: #AFA576;
}
</style>
border-color css
<style>
span { border-color: #AFA576; }
span { border-color: rgb(175,165,118); }
td.TdClassName
{
border-color: #AFA576;
}
.TagClassName
{
border-color: #AFA576;
}
</style>