Shades of Silver Chalice #A3A79E
Tints of Silver Chalice #A3A79E
RGB
CMYK
RGB Variations
Color information
#A3A79E (or 0xA3A79E) is known color: Silver Chalice. HEX triplet: A3, A7 and 9E. RGB value is (163,167,158). Sum of RGB (Red+Green+Blue) = 163+167+158=488 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.40% from 488); Green value is 167 (65.62% from 255 or 34.22% from 488); Blue value is 158 (62.11% from 255 or 32.38% from 488); Max value from RGB is 167 - color contains mainly: green. Hex color #A3A79E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A79E is #5C5861. Grayscale: #A4A4A4. Windows color (decimal): -6051938 or 10397603. OLE color: 10397603.
HSL color Cylindrical-coordinate representation of color #A3A79E: hue angle of 86.67º degrees, saturation: 0.05, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A3A79E is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 163 | 167 | 158 | - |
| CMYK | 0.02 | 0 | 0.05 | 0.35 |
| HSL | 86.67º | 0.05% | 0.64% | - |
| HSV(B) | 86.67º | 0.05% | 0.65% | - |
| XYZ | 35.09 | 37.89 | 37.81 | - |
| YUV | 164.78 | 124.17 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 167 | 158 | 0.02 | 0 | 0.05 | 0.35 | 86.67 | 0.05 | 0.64 |
| Hex | A3 | A7 | 9E | 2 | 0 | 5 | 23 | 57 | 5 | 40 |
| Octal | 243 | 247 | 236 | 2 | 0 | 5 | 43 | 127 | 5 | 100 |
| Binary | 10100011 | 10100111 | 10011110 | 10 | 0 | 101 | 100011 | 1010111 | 101 | 1000000 |
Color Harmonies of #A3A79E
Complementary color
Monochromatic Colors of #A3A79E
Black with #A3A79E
Text Example
Text Example
White with #A3A79E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A79E; }
p { color: rgb(163,167,158); }
H1.HeaderClassName
{
color: #A3A79E;
}
.AnyTagClassName
{
color: #A3A79E;
}
</style>
background-color css
<style>
a { background-color: #A3A79E; }
a { background-color: rgb(163,167,158); }
div.DivClassName
{
background-color: #A3A79E;
}
.BgClassName
{
background-color: #A3A79E;
}
</style>
border-color css
<style>
span { border-color: #A3A79E; }
span { border-color: rgb(163,167,158); }
td.TdClassName
{
border-color: #A3A79E;
}
.TagClassName
{
border-color: #A3A79E;
}
</style>