Shades of Hillary #AFA47A
Tints of Hillary #AFA47A
RGB
CMYK
RGB Variations
Color information
#AFA47A (or 0xAFA47A) is known color: Hillary. HEX triplet: AF, A4 and 7A. RGB value is (175,164,122). Sum of RGB (Red+Green+Blue) = 175+164+122=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 164 (64.45% from 255 or 35.57% from 461); Blue value is 122 (48.05% from 255 or 26.46% from 461); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA47A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA47A is #505B85. Grayscale: #A2A2A2. Windows color (decimal): -5266310 or 8037551. OLE color: 8037551.
HSL color Cylindrical-coordinate representation of color #AFA47A: hue angle of 47.55º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFA47A is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 164 | 122 | - |
| CMYK | 0 | 0.06 | 0.30 | 0.31 |
| HSL | 47.55º | 0.25% | 0.58% | - |
| HSV(B) | 47.55º | 0.3% | 0.69% | - |
| XYZ | 34.47 | 37.07 | 23.75 | - |
| YUV | 162.5 | 105.14 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 164 | 122 | 0 | 0.06 | 0.30 | 0.31 | 47.55 | 0.25 | 0.58 |
| Hex | AF | A4 | 7A | 0 | 6 | 1E | 1F | 30 | 19 | 3A |
| Octal | 257 | 244 | 172 | 0 | 6 | 36 | 37 | 60 | 31 | 72 |
| Binary | 10101111 | 10100100 | 1111010 | 0 | 110 | 11110 | 11111 | 110000 | 11001 | 111010 |
Color Harmonies of #AFA47A
Complementary color
Monochromatic Colors of #AFA47A
Black with #AFA47A
Text Example
Text Example
White with #AFA47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA47A; }
p { color: rgb(175,164,122); }
H1.HeaderClassName
{
color: #AFA47A;
}
.AnyTagClassName
{
color: #AFA47A;
}
</style>
background-color css
<style>
a { background-color: #AFA47A; }
a { background-color: rgb(175,164,122); }
div.DivClassName
{
background-color: #AFA47A;
}
.BgClassName
{
background-color: #AFA47A;
}
</style>
border-color css
<style>
span { border-color: #AFA47A; }
span { border-color: rgb(175,164,122); }
td.TdClassName
{
border-color: #AFA47A;
}
.TagClassName
{
border-color: #AFA47A;
}
</style>