Shades of Silver Chalice #A3A89E
Tints of Silver Chalice #A3A89E
RGB
CMYK
RGB Variations
Color information
#A3A89E (or 0xA3A89E) is known color: Silver Chalice. HEX triplet: A3, A8 and 9E. RGB value is (163,168,158). Sum of RGB (Red+Green+Blue) = 163+168+158=489 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.33% from 489); Green value is 168 (66.02% from 255 or 34.36% from 489); Blue value is 158 (62.11% from 255 or 32.31% from 489); Max value from RGB is 168 - color contains mainly: green. Hex color #A3A89E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A89E is #5C5761. Grayscale: #A5A5A5. Windows color (decimal): -6051682 or 10397859. OLE color: 10397859.
HSL color Cylindrical-coordinate representation of color #A3A89E: hue angle of 90º degrees, saturation: 0.05, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A3A89E is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 163 | 168 | 158 | - |
| CMYK | 0.03 | 0 | 0.06 | 0.34 |
| HSL | 90º | 0.05% | 0.64% | - |
| HSV(B) | 90º | 0.06% | 0.66% | - |
| XYZ | 35.28 | 38.26 | 37.87 | - |
| YUV | 165.37 | 123.84 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 168 | 158 | 0.03 | 0 | 0.06 | 0.34 | 90 | 0.05 | 0.64 |
| Hex | A3 | A8 | 9E | 3 | 0 | 6 | 22 | 5A | 5 | 40 |
| Octal | 243 | 250 | 236 | 3 | 0 | 6 | 42 | 132 | 5 | 100 |
| Binary | 10100011 | 10101000 | 10011110 | 11 | 0 | 110 | 100010 | 1011010 | 101 | 1000000 |
Color Harmonies of #A3A89E
Complementary color
Monochromatic Colors of #A3A89E
Black with #A3A89E
Text Example
Text Example
White with #A3A89E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A89E; }
p { color: rgb(163,168,158); }
H1.HeaderClassName
{
color: #A3A89E;
}
.AnyTagClassName
{
color: #A3A89E;
}
</style>
background-color css
<style>
a { background-color: #A3A89E; }
a { background-color: rgb(163,168,158); }
div.DivClassName
{
background-color: #A3A89E;
}
.BgClassName
{
background-color: #A3A89E;
}
</style>
border-color css
<style>
span { border-color: #A3A89E; }
span { border-color: rgb(163,168,158); }
td.TdClassName
{
border-color: #A3A89E;
}
.TagClassName
{
border-color: #A3A89E;
}
</style>