Shades of Silver Chalice #A2A89E
Tints of Silver Chalice #A2A89E
RGB
CMYK
RGB Variations
Color information
#A2A89E (or 0xA2A89E) is known color: Silver Chalice. HEX triplet: A2, A8 and 9E. RGB value is (162,168,158). Sum of RGB (Red+Green+Blue) = 162+168+158=488 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.20% from 488); Green value is 168 (66.02% from 255 or 34.43% from 488); Blue value is 158 (62.11% from 255 or 32.38% from 488); Max value from RGB is 168 - color contains mainly: green. Hex color #A2A89E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A89E is #5D5761. Grayscale: #A5A5A5. Windows color (decimal): -6117218 or 10397858. OLE color: 10397858.
HSL color Cylindrical-coordinate representation of color #A2A89E: hue angle of 96º 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 #A2A89E is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 162 | 168 | 158 | - |
| CMYK | 0.04 | 0 | 0.06 | 0.34 |
| HSL | 96º | 0.05% | 0.64% | - |
| HSV(B) | 96º | 0.06% | 0.66% | - |
| XYZ | 35.07 | 38.16 | 37.86 | - |
| YUV | 165.07 | 124.01 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 168 | 158 | 0.04 | 0 | 0.06 | 0.34 | 96 | 0.05 | 0.64 |
| Hex | A2 | A8 | 9E | 4 | 0 | 6 | 22 | 60 | 5 | 40 |
| Octal | 242 | 250 | 236 | 4 | 0 | 6 | 42 | 140 | 5 | 100 |
| Binary | 10100010 | 10101000 | 10011110 | 100 | 0 | 110 | 100010 | 1100000 | 101 | 1000000 |
Color Harmonies of #A2A89E
Complementary color
Monochromatic Colors of #A2A89E
Black with #A2A89E
Text Example
Text Example
White with #A2A89E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A89E; }
p { color: rgb(162,168,158); }
H1.HeaderClassName
{
color: #A2A89E;
}
.AnyTagClassName
{
color: #A2A89E;
}
</style>
background-color css
<style>
a { background-color: #A2A89E; }
a { background-color: rgb(162,168,158); }
div.DivClassName
{
background-color: #A2A89E;
}
.BgClassName
{
background-color: #A2A89E;
}
</style>
border-color css
<style>
span { border-color: #A2A89E; }
span { border-color: rgb(162,168,158); }
td.TdClassName
{
border-color: #A2A89E;
}
.TagClassName
{
border-color: #A2A89E;
}
</style>