Shades of Silver Chalice #AFB9A3
Tints of Silver Chalice #AFB9A3
RGB
CMYK
RGB Variations
Color information
#AFB9A3 (or 0xAFB9A3) is known color: Silver Chalice. HEX triplet: AF, B9 and A3. RGB value is (175,185,163). Sum of RGB (Red+Green+Blue) = 175+185+163=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 185 (72.66% from 255 or 35.37% from 523); Blue value is 163 (64.06% from 255 or 31.17% from 523); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB9A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB9A3 is #50465C. Grayscale: #B3B3B3. Windows color (decimal): -5260893 or 10729903. OLE color: 10729903.
HSL color Cylindrical-coordinate representation of color #AFB9A3: hue angle of 87.27º degrees, saturation: 0.14, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AFB9A3 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 185 | 163 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.27 |
| HSL | 87.27º | 0.14% | 0.68% | - |
| HSV(B) | 87.27º | 0.12% | 0.73% | - |
| XYZ | 41.64 | 46.46 | 41.42 | - |
| YUV | 179.5 | 118.69 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 185 | 163 | 0.05 | 0 | 0.12 | 0.27 | 87.27 | 0.14 | 0.68 |
| Hex | AF | B9 | A3 | 5 | 0 | C | 1B | 57 | E | 44 |
| Octal | 257 | 271 | 243 | 5 | 0 | 14 | 33 | 127 | 16 | 104 |
| Binary | 10101111 | 10111001 | 10100011 | 101 | 0 | 1100 | 11011 | 1010111 | 1110 | 1000100 |
Color Harmonies of #AFB9A3
Complementary color
Monochromatic Colors of #AFB9A3
Black with #AFB9A3
Text Example
Text Example
White with #AFB9A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB9A3; }
p { color: rgb(175,185,163); }
H1.HeaderClassName
{
color: #AFB9A3;
}
.AnyTagClassName
{
color: #AFB9A3;
}
</style>
background-color css
<style>
a { background-color: #AFB9A3; }
a { background-color: rgb(175,185,163); }
div.DivClassName
{
background-color: #AFB9A3;
}
.BgClassName
{
background-color: #AFB9A3;
}
</style>
border-color css
<style>
span { border-color: #AFB9A3; }
span { border-color: rgb(175,185,163); }
td.TdClassName
{
border-color: #AFB9A3;
}
.TagClassName
{
border-color: #AFB9A3;
}
</style>