Shades of Silver Chalice #A2A69D
Tints of Silver Chalice #A2A69D
RGB
CMYK
RGB Variations
Color information
#A2A69D (or 0xA2A69D) is known color: Silver Chalice. HEX triplet: A2, A6 and 9D. RGB value is (162,166,157). Sum of RGB (Red+Green+Blue) = 162+166+157=485 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.40% from 485); Green value is 166 (65.23% from 255 or 34.23% from 485); Blue value is 157 (61.72% from 255 or 32.37% from 485); Max value from RGB is 166 - color contains mainly: green. Hex color #A2A69D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A69D is #5D5962. Grayscale: #A3A3A3. Windows color (decimal): -6117731 or 10331810. OLE color: 10331810.
HSL color Cylindrical-coordinate representation of color #A2A69D: hue angle of 86.67º degrees, saturation: 0.05, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A2A69D is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
RGB | 162 | 166 | 157 | - |
CMYK | 0.02 | 0 | 0.05 | 0.35 |
HSL | 86.67º | 0.05% | 0.63% | - |
HSV(B) | 86.67º | 0.05% | 0.65% | - |
XYZ | 34.62 | 37.39 | 37.29 | - |
YUV | 163.78 | 124.17 | 126.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 166 | 157 | 0.02 | 0 | 0.05 | 0.35 | 86.67 | 0.05 | 0.63 |
Hex | A2 | A6 | 9D | 2 | 0 | 5 | 23 | 57 | 5 | 3F |
Octal | 242 | 246 | 235 | 2 | 0 | 5 | 43 | 127 | 5 | 77 |
Binary | 10100010 | 10100110 | 10011101 | 10 | 0 | 101 | 100011 | 1010111 | 101 | 111111 |
Color Harmonies of #A2A69D
Complementary color
Monochromatic Colors of #A2A69D
Black with #A2A69D
Text Example
Text Example
White with #A2A69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A69D; }
p { color: rgb(162,166,157); }
H1.HeaderClassName
{
color: #A2A69D;
}
.AnyTagClassName
{
color: #A2A69D;
}
</style>
background-color css
<style>
a { background-color: #A2A69D; }
a { background-color: rgb(162,166,157); }
div.DivClassName
{
background-color: #A2A69D;
}
.BgClassName
{
background-color: #A2A69D;
}
</style>
border-color css
<style>
span { border-color: #A2A69D; }
span { border-color: rgb(162,166,157); }
td.TdClassName
{
border-color: #A2A69D;
}
.TagClassName
{
border-color: #A2A69D;
}
</style>