Shades of Silver Chalice #A8AFA1
Tints of Silver Chalice #A8AFA1
RGB
CMYK
RGB Variations
Color information
#A8AFA1 (or 0xA8AFA1) is known color: Silver Chalice. HEX triplet: A8, AF and A1. RGB value is (168,175,161). Sum of RGB (Red+Green+Blue) = 168+175+161=504 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.33% from 504); Green value is 175 (68.75% from 255 or 34.72% from 504); Blue value is 161 (63.28% from 255 or 31.94% from 504); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AFA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AFA1 is #57505E. Grayscale: #ABABAB. Windows color (decimal): -5722207 or 10596264. OLE color: 10596264.
HSL color Cylindrical-coordinate representation of color #A8AFA1: hue angle of 90º degrees, saturation: 0.08, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A8AFA1 is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 175 | 161 | - |
| CMYK | 0.04 | 0 | 0.08 | 0.31 |
| HSL | 90º | 0.08% | 0.66% | - |
| HSV(B) | 90º | 0.08% | 0.69% | - |
| XYZ | 37.91 | 41.56 | 39.74 | - |
| YUV | 171.31 | 122.18 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 175 | 161 | 0.04 | 0 | 0.08 | 0.31 | 90 | 0.08 | 0.66 |
| Hex | A8 | AF | A1 | 4 | 0 | 8 | 1F | 5A | 8 | 42 |
| Octal | 250 | 257 | 241 | 4 | 0 | 10 | 37 | 132 | 10 | 102 |
| Binary | 10101000 | 10101111 | 10100001 | 100 | 0 | 1000 | 11111 | 1011010 | 1000 | 1000010 |
Color Harmonies of #A8AFA1
Complementary color
Monochromatic Colors of #A8AFA1
Black with #A8AFA1
Text Example
Text Example
White with #A8AFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AFA1; }
p { color: rgb(168,175,161); }
H1.HeaderClassName
{
color: #A8AFA1;
}
.AnyTagClassName
{
color: #A8AFA1;
}
</style>
background-color css
<style>
a { background-color: #A8AFA1; }
a { background-color: rgb(168,175,161); }
div.DivClassName
{
background-color: #A8AFA1;
}
.BgClassName
{
background-color: #A8AFA1;
}
</style>
border-color css
<style>
span { border-color: #A8AFA1; }
span { border-color: rgb(168,175,161); }
td.TdClassName
{
border-color: #A8AFA1;
}
.TagClassName
{
border-color: #A8AFA1;
}
</style>