Shades of Hillary #AFA37A
Tints of Hillary #AFA37A
RGB
CMYK
RGB Variations
Color information
#AFA37A (or 0xAFA37A) is known color: Hillary. HEX triplet: AF, A3 and 7A. RGB value is (175,163,122). Sum of RGB (Red+Green+Blue) = 175+163+122=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 163 (64.06% from 255 or 35.43% from 460); Blue value is 122 (48.05% from 255 or 26.52% from 460); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA37A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA37A is #505C85. Grayscale: #A2A2A2. Windows color (decimal): -5266566 or 8037295. OLE color: 8037295.
HSL color Cylindrical-coordinate representation of color #AFA37A: hue angle of 46.42º 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 #AFA37A is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 163 | 122 | - |
| CMYK | 0 | 0.07 | 0.30 | 0.31 |
| HSL | 46.42º | 0.25% | 0.58% | - |
| HSV(B) | 46.42º | 0.3% | 0.69% | - |
| XYZ | 34.29 | 36.71 | 23.69 | - |
| YUV | 161.91 | 105.48 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 163 | 122 | 0 | 0.07 | 0.30 | 0.31 | 46.42 | 0.25 | 0.58 |
| Hex | AF | A3 | 7A | 0 | 7 | 1E | 1F | 2E | 19 | 3A |
| Octal | 257 | 243 | 172 | 0 | 7 | 36 | 37 | 56 | 31 | 72 |
| Binary | 10101111 | 10100011 | 1111010 | 0 | 111 | 11110 | 11111 | 101110 | 11001 | 111010 |
Color Harmonies of #AFA37A
Complementary color
Monochromatic Colors of #AFA37A
Black with #AFA37A
Text Example
Text Example
White with #AFA37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA37A; }
p { color: rgb(175,163,122); }
H1.HeaderClassName
{
color: #AFA37A;
}
.AnyTagClassName
{
color: #AFA37A;
}
</style>
background-color css
<style>
a { background-color: #AFA37A; }
a { background-color: rgb(175,163,122); }
div.DivClassName
{
background-color: #AFA37A;
}
.BgClassName
{
background-color: #AFA37A;
}
</style>
border-color css
<style>
span { border-color: #AFA37A; }
span { border-color: rgb(175,163,122); }
td.TdClassName
{
border-color: #AFA37A;
}
.TagClassName
{
border-color: #AFA37A;
}
</style>