Shades of Silver Chalice #A0A39E
Tints of Silver Chalice #A0A39E
RGB
CMYK
RGB Variations
Color information
#A0A39E (or 0xA0A39E) is known color: Silver Chalice. HEX triplet: A0, A3 and 9E. RGB value is (160,163,158). Sum of RGB (Red+Green+Blue) = 160+163+158=481 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.26% from 481); Green value is 163 (64.06% from 255 or 33.89% from 481); Blue value is 158 (62.11% from 255 or 32.85% from 481); Max value from RGB is 163 - color contains mainly: green. Hex color #A0A39E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A39E is #5F5C61. Grayscale: #A1A1A1. Windows color (decimal): -6249570 or 10396576. OLE color: 10396576.
HSL color Cylindrical-coordinate representation of color #A0A39E: hue angle of 96º degrees, saturation: 0.03, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #A0A39E is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 163 | 158 | - |
| CMYK | 0.02 | 0 | 0.03 | 0.36 |
| HSL | 96º | 0.03% | 0.63% | - |
| HSV(B) | 96º | 0.03% | 0.64% | - |
| XYZ | 33.77 | 36.14 | 37.54 | - |
| YUV | 161.53 | 126.01 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 163 | 158 | 0.02 | 0 | 0.03 | 0.36 | 96 | 0.03 | 0.63 |
| Hex | A0 | A3 | 9E | 2 | 0 | 3 | 24 | 60 | 3 | 3F |
| Octal | 240 | 243 | 236 | 2 | 0 | 3 | 44 | 140 | 3 | 77 |
| Binary | 10100000 | 10100011 | 10011110 | 10 | 0 | 11 | 100100 | 1100000 | 11 | 111111 |
Color Harmonies of #A0A39E
Complementary color
Monochromatic Colors of #A0A39E
Black with #A0A39E
Text Example
Text Example
White with #A0A39E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A39E; }
p { color: rgb(160,163,158); }
H1.HeaderClassName
{
color: #A0A39E;
}
.AnyTagClassName
{
color: #A0A39E;
}
</style>
background-color css
<style>
a { background-color: #A0A39E; }
a { background-color: rgb(160,163,158); }
div.DivClassName
{
background-color: #A0A39E;
}
.BgClassName
{
background-color: #A0A39E;
}
</style>
border-color css
<style>
span { border-color: #A0A39E; }
span { border-color: rgb(160,163,158); }
td.TdClassName
{
border-color: #A0A39E;
}
.TagClassName
{
border-color: #A0A39E;
}
</style>