Shades of Silver Chalice #A8AF9F
Tints of Silver Chalice #A8AF9F
RGB
CMYK
RGB Variations
Color information
#A8AF9F (or 0xA8AF9F) is known color: Silver Chalice. HEX triplet: A8, AF and 9F. RGB value is (168,175,159). Sum of RGB (Red+Green+Blue) = 168+175+159=502 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.47% from 502); Green value is 175 (68.75% from 255 or 34.86% from 502); Blue value is 159 (62.5% from 255 or 31.67% from 502); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AF9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AF9F is #575060. Grayscale: #ABABAB. Windows color (decimal): -5722209 or 10465192. OLE color: 10465192.
HSL color Cylindrical-coordinate representation of color #A8AF9F: hue angle of 86.25º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A8AF9F is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
RGB | 168 | 175 | 159 | - |
CMYK | 0.04 | 0 | 0.09 | 0.31 |
HSL | 86.25º | 0.09% | 0.65% | - |
HSV(B) | 86.25º | 0.09% | 0.69% | - |
XYZ | 37.74 | 41.49 | 38.82 | - |
YUV | 171.08 | 121.18 | 125.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 175 | 159 | 0.04 | 0 | 0.09 | 0.31 | 86.25 | 0.09 | 0.65 |
Hex | A8 | AF | 9F | 4 | 0 | 9 | 1F | 56 | 9 | 41 |
Octal | 250 | 257 | 237 | 4 | 0 | 11 | 37 | 126 | 11 | 101 |
Binary | 10101000 | 10101111 | 10011111 | 100 | 0 | 1001 | 11111 | 1010110 | 1001 | 1000001 |
Color Harmonies of #A8AF9F
Complementary color
Monochromatic Colors of #A8AF9F
Black with #A8AF9F
Text Example
Text Example
White with #A8AF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AF9F; }
p { color: rgb(168,175,159); }
H1.HeaderClassName
{
color: #A8AF9F;
}
.AnyTagClassName
{
color: #A8AF9F;
}
</style>
background-color css
<style>
a { background-color: #A8AF9F; }
a { background-color: rgb(168,175,159); }
div.DivClassName
{
background-color: #A8AF9F;
}
.BgClassName
{
background-color: #A8AF9F;
}
</style>
border-color css
<style>
span { border-color: #A8AF9F; }
span { border-color: rgb(168,175,159); }
td.TdClassName
{
border-color: #A8AF9F;
}
.TagClassName
{
border-color: #A8AF9F;
}
</style>