Shades of Hillary #AFA66F
Tints of Hillary #AFA66F
RGB
CMYK
RGB Variations
Color information
#AFA66F (or 0xAFA66F) is known color: Hillary. HEX triplet: AF, A6 and 6F. RGB value is (175,166,111). Sum of RGB (Red+Green+Blue) = 175+166+111=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 166 (65.23% from 255 or 36.73% from 452); Blue value is 111 (43.75% from 255 or 24.56% from 452); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA66F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA66F is #505990. Grayscale: #A2A2A2. Windows color (decimal): -5265809 or 7317167. OLE color: 7317167.
HSL color Cylindrical-coordinate representation of color #AFA66F: hue angle of 51.56º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AFA66F is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 166 | 111 | - |
| CMYK | 0 | 0.05 | 0.37 | 0.31 |
| HSL | 51.56º | 0.29% | 0.56% | - |
| HSV(B) | 51.56º | 0.37% | 0.69% | - |
| XYZ | 34.18 | 37.53 | 20.48 | - |
| YUV | 162.42 | 98.98 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 166 | 111 | 0 | 0.05 | 0.37 | 0.31 | 51.56 | 0.29 | 0.56 |
| Hex | AF | A6 | 6F | 0 | 5 | 25 | 1F | 34 | 1D | 38 |
| Octal | 257 | 246 | 157 | 0 | 5 | 45 | 37 | 64 | 35 | 70 |
| Binary | 10101111 | 10100110 | 1101111 | 0 | 101 | 100101 | 11111 | 110100 | 11101 | 111000 |
Color Harmonies of #AFA66F
Complementary color
Monochromatic Colors of #AFA66F
Black with #AFA66F
Text Example
Text Example
White with #AFA66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA66F; }
p { color: rgb(175,166,111); }
H1.HeaderClassName
{
color: #AFA66F;
}
.AnyTagClassName
{
color: #AFA66F;
}
</style>
background-color css
<style>
a { background-color: #AFA66F; }
a { background-color: rgb(175,166,111); }
div.DivClassName
{
background-color: #AFA66F;
}
.BgClassName
{
background-color: #AFA66F;
}
</style>
border-color css
<style>
span { border-color: #AFA66F; }
span { border-color: rgb(175,166,111); }
td.TdClassName
{
border-color: #AFA66F;
}
.TagClassName
{
border-color: #AFA66F;
}
</style>