Shades of Silver Chalice #AFB3A8
Tints of Silver Chalice #AFB3A8
RGB
CMYK
RGB Variations
Color information
#AFB3A8 (or 0xAFB3A8) is known color: Silver Chalice. HEX triplet: AF, B3 and A8. RGB value is (175,179,168). Sum of RGB (Red+Green+Blue) = 175+179+168=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 179 (70.31% from 255 or 34.29% from 522); Blue value is 168 (66.02% from 255 or 32.18% from 522); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB3A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB3A8 is #504C57. Grayscale: #B0B0B0. Windows color (decimal): -5262424 or 11056047. OLE color: 11056047.
HSL color Cylindrical-coordinate representation of color #AFB3A8: hue angle of 81.82º degrees, saturation: 0.07, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #AFB3A8 is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
RGB | 175 | 179 | 168 | - |
CMYK | 0.02 | 0 | 0.06 | 0.30 |
HSL | 81.82º | 0.07% | 0.68% | - |
HSV(B) | 81.82º | 0.06% | 0.7% | - |
XYZ | 40.87 | 44.18 | 43.42 | - |
YUV | 176.55 | 123.17 | 126.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 179 | 168 | 0.02 | 0 | 0.06 | 0.30 | 81.82 | 0.07 | 0.68 |
Hex | AF | B3 | A8 | 2 | 0 | 6 | 1E | 52 | 7 | 44 |
Octal | 257 | 263 | 250 | 2 | 0 | 6 | 36 | 122 | 7 | 104 |
Binary | 10101111 | 10110011 | 10101000 | 10 | 0 | 110 | 11110 | 1010010 | 111 | 1000100 |
Color Harmonies of #AFB3A8
Complementary color
Monochromatic Colors of #AFB3A8
Black with #AFB3A8
Text Example
Text Example
White with #AFB3A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB3A8; }
p { color: rgb(175,179,168); }
H1.HeaderClassName
{
color: #AFB3A8;
}
.AnyTagClassName
{
color: #AFB3A8;
}
</style>
background-color css
<style>
a { background-color: #AFB3A8; }
a { background-color: rgb(175,179,168); }
div.DivClassName
{
background-color: #AFB3A8;
}
.BgClassName
{
background-color: #AFB3A8;
}
</style>
border-color css
<style>
span { border-color: #AFB3A8; }
span { border-color: rgb(175,179,168); }
td.TdClassName
{
border-color: #AFB3A8;
}
.TagClassName
{
border-color: #AFB3A8;
}
</style>