Shades of Silver Chalice #A2A69F
Tints of Silver Chalice #A2A69F
RGB
CMYK
RGB Variations
Color information
#A2A69F (or 0xA2A69F) is known color: Silver Chalice. HEX triplet: A2, A6 and 9F. RGB value is (162,166,159). Sum of RGB (Red+Green+Blue) = 162+166+159=487 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.26% from 487); Green value is 166 (65.23% from 255 or 34.09% from 487); Blue value is 159 (62.5% from 255 or 32.65% from 487); Max value from RGB is 166 - color contains mainly: green. Hex color #A2A69F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A69F is #5D5960. Grayscale: #A4A4A4. Windows color (decimal): -6117729 or 10462882. OLE color: 10462882.
HSL color Cylindrical-coordinate representation of color #A2A69F: hue angle of 94.29º degrees, saturation: 0.04, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #A2A69F is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 162 | 166 | 159 | - |
| CMYK | 0.02 | 0 | 0.04 | 0.35 |
| HSL | 94.29º | 0.04% | 0.64% | - |
| HSV(B) | 94.29º | 0.04% | 0.65% | - |
| XYZ | 34.79 | 37.46 | 38.2 | - |
| YUV | 164.01 | 125.17 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 166 | 159 | 0.02 | 0 | 0.04 | 0.35 | 94.29 | 0.04 | 0.64 |
| Hex | A2 | A6 | 9F | 2 | 0 | 4 | 23 | 5E | 4 | 40 |
| Octal | 242 | 246 | 237 | 2 | 0 | 4 | 43 | 136 | 4 | 100 |
| Binary | 10100010 | 10100110 | 10011111 | 10 | 0 | 100 | 100011 | 1011110 | 100 | 1000000 |
Color Harmonies of #A2A69F
Complementary color
Monochromatic Colors of #A2A69F
Black with #A2A69F
Text Example
Text Example
White with #A2A69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A69F; }
p { color: rgb(162,166,159); }
H1.HeaderClassName
{
color: #A2A69F;
}
.AnyTagClassName
{
color: #A2A69F;
}
</style>
background-color css
<style>
a { background-color: #A2A69F; }
a { background-color: rgb(162,166,159); }
div.DivClassName
{
background-color: #A2A69F;
}
.BgClassName
{
background-color: #A2A69F;
}
</style>
border-color css
<style>
span { border-color: #A2A69F; }
span { border-color: rgb(162,166,159); }
td.TdClassName
{
border-color: #A2A69F;
}
.TagClassName
{
border-color: #A2A69F;
}
</style>