Shades of Hillary #A5A081
Tints of Hillary #A5A081
RGB
CMYK
RGB Variations
Color information
#A5A081 (or 0xA5A081) is known color: Hillary. HEX triplet: A5, A0 and 81. RGB value is (165,160,129). Sum of RGB (Red+Green+Blue) = 165+160+129=454 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.34% from 454); Green value is 160 (62.89% from 255 or 35.24% from 454); Blue value is 129 (50.78% from 255 or 28.41% from 454); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A081 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A081 is #5A5F7E. Grayscale: #9E9E9E. Windows color (decimal): -5922687 or 8495269. OLE color: 8495269.
HSL color Cylindrical-coordinate representation of color #A5A081: hue angle of 51.67º degrees, saturation: 0.17, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A5A081 is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 160 | 129 | - |
| CMYK | 0 | 0.03 | 0.22 | 0.35 |
| HSL | 51.67º | 0.17% | 0.58% | - |
| HSV(B) | 51.67º | 0.22% | 0.65% | - |
| XYZ | 32.05 | 34.73 | 25.78 | - |
| YUV | 157.96 | 111.66 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 160 | 129 | 0 | 0.03 | 0.22 | 0.35 | 51.67 | 0.17 | 0.58 |
| Hex | A5 | A0 | 81 | 0 | 3 | 16 | 23 | 34 | 11 | 3A |
| Octal | 245 | 240 | 201 | 0 | 3 | 26 | 43 | 64 | 21 | 72 |
| Binary | 10100101 | 10100000 | 10000001 | 0 | 11 | 10110 | 100011 | 110100 | 10001 | 111010 |
Color Harmonies of #A5A081
Complementary color
Monochromatic Colors of #A5A081
Black with #A5A081
Text Example
Text Example
White with #A5A081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A081; }
p { color: rgb(165,160,129); }
H1.HeaderClassName
{
color: #A5A081;
}
.AnyTagClassName
{
color: #A5A081;
}
</style>
background-color css
<style>
a { background-color: #A5A081; }
a { background-color: rgb(165,160,129); }
div.DivClassName
{
background-color: #A5A081;
}
.BgClassName
{
background-color: #A5A081;
}
</style>
border-color css
<style>
span { border-color: #A5A081; }
span { border-color: rgb(165,160,129); }
td.TdClassName
{
border-color: #A5A081;
}
.TagClassName
{
border-color: #A5A081;
}
</style>