Shades of Hillary #A4A083
Tints of Hillary #A4A083
RGB
CMYK
RGB Variations
Color information
#A4A083 (or 0xA4A083) is known color: Hillary. HEX triplet: A4, A0 and 83. RGB value is (164,160,131). Sum of RGB (Red+Green+Blue) = 164+160+131=455 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.04% from 455); Green value is 160 (62.89% from 255 or 35.16% from 455); Blue value is 131 (51.56% from 255 or 28.79% from 455); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A083 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A083 is #5B5F7C. Grayscale: #9E9E9E. Windows color (decimal): -5988221 or 8626340. OLE color: 8626340.
HSL color Cylindrical-coordinate representation of color #A4A083: hue angle of 52.73º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A4A083 is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 160 | 131 | - |
| CMYK | 0 | 0.02 | 0.20 | 0.36 |
| HSL | 52.73º | 0.15% | 0.58% | - |
| HSV(B) | 52.73º | 0.2% | 0.64% | - |
| XYZ | 31.98 | 34.67 | 26.48 | - |
| YUV | 157.89 | 112.83 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 160 | 131 | 0 | 0.02 | 0.20 | 0.36 | 52.73 | 0.15 | 0.58 |
| Hex | A4 | A0 | 83 | 0 | 2 | 14 | 24 | 35 | F | 3A |
| Octal | 244 | 240 | 203 | 0 | 2 | 24 | 44 | 65 | 17 | 72 |
| Binary | 10100100 | 10100000 | 10000011 | 0 | 10 | 10100 | 100100 | 110101 | 1111 | 111010 |
Color Harmonies of #A4A083
Complementary color
Monochromatic Colors of #A4A083
Black with #A4A083
Text Example
Text Example
White with #A4A083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A083; }
p { color: rgb(164,160,131); }
H1.HeaderClassName
{
color: #A4A083;
}
.AnyTagClassName
{
color: #A4A083;
}
</style>
background-color css
<style>
a { background-color: #A4A083; }
a { background-color: rgb(164,160,131); }
div.DivClassName
{
background-color: #A4A083;
}
.BgClassName
{
background-color: #A4A083;
}
</style>
border-color css
<style>
span { border-color: #A4A083; }
span { border-color: rgb(164,160,131); }
td.TdClassName
{
border-color: #A4A083;
}
.TagClassName
{
border-color: #A4A083;
}
</style>