Shades of Silver Chalice #A6AF9E
Tints of Silver Chalice #A6AF9E
RGB
CMYK
RGB Variations
Color information
#A6AF9E (or 0xA6AF9E) is known color: Silver Chalice. HEX triplet: A6, AF and 9E. RGB value is (166,175,158). Sum of RGB (Red+Green+Blue) = 166+175+158=499 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.27% from 499); Green value is 175 (68.75% from 255 or 35.07% from 499); Blue value is 158 (62.11% from 255 or 31.66% from 499); Max value from RGB is 175 - color contains mainly: green. Hex color #A6AF9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AF9E is #595061. Grayscale: #AAAAAA. Windows color (decimal): -5853282 or 10399654. OLE color: 10399654.
HSL color Cylindrical-coordinate representation of color #A6AF9E: hue angle of 91.76º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A6AF9E is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 175 | 158 | - |
| CMYK | 0.05 | 0 | 0.10 | 0.31 |
| HSL | 91.76º | 0.1% | 0.65% | - |
| HSV(B) | 91.76º | 0.1% | 0.69% | - |
| XYZ | 37.23 | 41.24 | 38.34 | - |
| YUV | 170.37 | 121.02 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 175 | 158 | 0.05 | 0 | 0.10 | 0.31 | 91.76 | 0.1 | 0.65 |
| Hex | A6 | AF | 9E | 5 | 0 | A | 1F | 5C | A | 41 |
| Octal | 246 | 257 | 236 | 5 | 0 | 12 | 37 | 134 | 12 | 101 |
| Binary | 10100110 | 10101111 | 10011110 | 101 | 0 | 1010 | 11111 | 1011100 | 1010 | 1000001 |
Color Harmonies of #A6AF9E
Complementary color
Monochromatic Colors of #A6AF9E
Black with #A6AF9E
Text Example
Text Example
White with #A6AF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AF9E; }
p { color: rgb(166,175,158); }
H1.HeaderClassName
{
color: #A6AF9E;
}
.AnyTagClassName
{
color: #A6AF9E;
}
</style>
background-color css
<style>
a { background-color: #A6AF9E; }
a { background-color: rgb(166,175,158); }
div.DivClassName
{
background-color: #A6AF9E;
}
.BgClassName
{
background-color: #A6AF9E;
}
</style>
border-color css
<style>
span { border-color: #A6AF9E; }
span { border-color: rgb(166,175,158); }
td.TdClassName
{
border-color: #A6AF9E;
}
.TagClassName
{
border-color: #A6AF9E;
}
</style>