Shades of Silver Chalice #A2A3A1
Tints of Silver Chalice #A2A3A1
RGB
CMYK
RGB Variations
Color information
#A2A3A1 (or 0xA2A3A1) is known color: Silver Chalice. HEX triplet: A2, A3 and A1. RGB value is (162,163,161). Sum of RGB (Red+Green+Blue) = 162+163+161=486 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.33% from 486); Green value is 163 (64.06% from 255 or 33.54% from 486); Blue value is 161 (63.28% from 255 or 33.13% from 486); Max value from RGB is 163 - color contains mainly: green. Hex color #A2A3A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A3A1 is #5D5C5E. Grayscale: #A2A2A2. Windows color (decimal): -6118495 or 10593186. OLE color: 10593186.
HSL color Cylindrical-coordinate representation of color #A2A3A1: hue angle of 90º degrees, saturation: 0.01, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #A2A3A1 is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 163 | 161 | - |
| CMYK | 0.01 | 0 | 0.01 | 0.36 |
| HSL | 90º | 0.01% | 0.64% | - |
| HSV(B) | 90º | 0.01% | 0.64% | - |
| XYZ | 34.43 | 36.45 | 38.94 | - |
| YUV | 162.47 | 127.17 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 163 | 161 | 0.01 | 0 | 0.01 | 0.36 | 90 | 0.01 | 0.64 |
| Hex | A2 | A3 | A1 | 1 | 0 | 1 | 24 | 5A | 1 | 40 |
| Octal | 242 | 243 | 241 | 1 | 0 | 1 | 44 | 132 | 1 | 100 |
| Binary | 10100010 | 10100011 | 10100001 | 1 | 0 | 1 | 100100 | 1011010 | 1 | 1000000 |
Color Harmonies of #A2A3A1
Complementary color
Monochromatic Colors of #A2A3A1
Black with #A2A3A1
Text Example
Text Example
White with #A2A3A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A3A1; }
p { color: rgb(162,163,161); }
H1.HeaderClassName
{
color: #A2A3A1;
}
.AnyTagClassName
{
color: #A2A3A1;
}
</style>
background-color css
<style>
a { background-color: #A2A3A1; }
a { background-color: rgb(162,163,161); }
div.DivClassName
{
background-color: #A2A3A1;
}
.BgClassName
{
background-color: #A2A3A1;
}
</style>
border-color css
<style>
span { border-color: #A2A3A1; }
span { border-color: rgb(162,163,161); }
td.TdClassName
{
border-color: #A2A3A1;
}
.TagClassName
{
border-color: #A2A3A1;
}
</style>