Shades of Silver Chalice #A6AD9F
Tints of Silver Chalice #A6AD9F
RGB
CMYK
RGB Variations
Color information
#A6AD9F (or 0xA6AD9F) is known color: Silver Chalice. HEX triplet: A6, AD and 9F. RGB value is (166,173,159). Sum of RGB (Red+Green+Blue) = 166+173+159=498 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.33% from 498); Green value is 173 (67.97% from 255 or 34.74% from 498); Blue value is 159 (62.5% from 255 or 31.93% from 498); Max value from RGB is 173 - color contains mainly: green. Hex color #A6AD9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AD9F is #595260. Grayscale: #A9A9A9. Windows color (decimal): -5853793 or 10464678. OLE color: 10464678.
HSL color Cylindrical-coordinate representation of color #A6AD9F: hue angle of 90º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A6AD9F is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
RGB | 166 | 173 | 159 | - |
CMYK | 0.04 | 0 | 0.08 | 0.32 |
HSL | 90º | 0.08% | 0.65% | - |
HSV(B) | 90º | 0.08% | 0.68% | - |
XYZ | 36.93 | 40.5 | 38.67 | - |
YUV | 169.31 | 122.18 | 125.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 166 | 173 | 159 | 0.04 | 0 | 0.08 | 0.32 | 90 | 0.08 | 0.65 |
Hex | A6 | AD | 9F | 4 | 0 | 8 | 20 | 5A | 8 | 41 |
Octal | 246 | 255 | 237 | 4 | 0 | 10 | 40 | 132 | 10 | 101 |
Binary | 10100110 | 10101101 | 10011111 | 100 | 0 | 1000 | 100000 | 1011010 | 1000 | 1000001 |
Color Harmonies of #A6AD9F
Complementary color
Monochromatic Colors of #A6AD9F
Black with #A6AD9F
Text Example
Text Example
White with #A6AD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AD9F; }
p { color: rgb(166,173,159); }
H1.HeaderClassName
{
color: #A6AD9F;
}
.AnyTagClassName
{
color: #A6AD9F;
}
</style>
background-color css
<style>
a { background-color: #A6AD9F; }
a { background-color: rgb(166,173,159); }
div.DivClassName
{
background-color: #A6AD9F;
}
.BgClassName
{
background-color: #A6AD9F;
}
</style>
border-color css
<style>
span { border-color: #A6AD9F; }
span { border-color: rgb(166,173,159); }
td.TdClassName
{
border-color: #A6AD9F;
}
.TagClassName
{
border-color: #A6AD9F;
}
</style>