Shades of Silver Chalice #A8AFA0
Tints of Silver Chalice #A8AFA0
RGB
CMYK
RGB Variations
Color information
#A8AFA0 (or 0xA8AFA0) is known color: Silver Chalice. HEX triplet: A8, AF and A0. RGB value is (168,175,160). Sum of RGB (Red+Green+Blue) = 168+175+160=503 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.40% from 503); Green value is 175 (68.75% from 255 or 34.79% from 503); Blue value is 160 (62.89% from 255 or 31.81% from 503); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AFA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AFA0 is #57505F. Grayscale: #ABABAB. Windows color (decimal): -5722208 or 10530728. OLE color: 10530728.
HSL color Cylindrical-coordinate representation of color #A8AFA0: hue angle of 88º degrees, saturation: 0.09, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A8AFA0 is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 175 | 160 | - |
| CMYK | 0.04 | 0 | 0.09 | 0.31 |
| HSL | 88º | 0.09% | 0.66% | - |
| HSV(B) | 88º | 0.09% | 0.69% | - |
| XYZ | 37.82 | 41.52 | 39.28 | - |
| YUV | 171.2 | 121.68 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 175 | 160 | 0.04 | 0 | 0.09 | 0.31 | 88 | 0.09 | 0.66 |
| Hex | A8 | AF | A0 | 4 | 0 | 9 | 1F | 58 | 9 | 42 |
| Octal | 250 | 257 | 240 | 4 | 0 | 11 | 37 | 130 | 11 | 102 |
| Binary | 10101000 | 10101111 | 10100000 | 100 | 0 | 1001 | 11111 | 1011000 | 1001 | 1000010 |
Color Harmonies of #A8AFA0
Complementary color
Monochromatic Colors of #A8AFA0
Black with #A8AFA0
Text Example
Text Example
White with #A8AFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AFA0; }
p { color: rgb(168,175,160); }
H1.HeaderClassName
{
color: #A8AFA0;
}
.AnyTagClassName
{
color: #A8AFA0;
}
</style>
background-color css
<style>
a { background-color: #A8AFA0; }
a { background-color: rgb(168,175,160); }
div.DivClassName
{
background-color: #A8AFA0;
}
.BgClassName
{
background-color: #A8AFA0;
}
</style>
border-color css
<style>
span { border-color: #A8AFA0; }
span { border-color: rgb(168,175,160); }
td.TdClassName
{
border-color: #A8AFA0;
}
.TagClassName
{
border-color: #A8AFA0;
}
</style>