Shades of Silver Chalice #AFB9A1
Tints of Silver Chalice #AFB9A1
RGB
CMYK
RGB Variations
Color information
#AFB9A1 (or 0xAFB9A1) is known color: Silver Chalice. HEX triplet: AF, B9 and A1. RGB value is (175,185,161). Sum of RGB (Red+Green+Blue) = 175+185+161=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 185 (72.66% from 255 or 35.51% from 521); Blue value is 161 (63.28% from 255 or 30.90% from 521); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB9A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB9A1 is #50465E. Grayscale: #B3B3B3. Windows color (decimal): -5260895 or 10598831. OLE color: 10598831.
HSL color Cylindrical-coordinate representation of color #AFB9A1: hue angle of 85º degrees, saturation: 0.15, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AFB9A1 is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 185 | 161 | - |
| CMYK | 0.05 | 0 | 0.13 | 0.27 |
| HSL | 85º | 0.15% | 0.68% | - |
| HSV(B) | 85º | 0.13% | 0.73% | - |
| XYZ | 41.46 | 46.39 | 40.49 | - |
| YUV | 179.27 | 117.69 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 185 | 161 | 0.05 | 0 | 0.13 | 0.27 | 85 | 0.15 | 0.68 |
| Hex | AF | B9 | A1 | 5 | 0 | D | 1B | 55 | F | 44 |
| Octal | 257 | 271 | 241 | 5 | 0 | 15 | 33 | 125 | 17 | 104 |
| Binary | 10101111 | 10111001 | 10100001 | 101 | 0 | 1101 | 11011 | 1010101 | 1111 | 1000100 |
Color Harmonies of #AFB9A1
Complementary color
Monochromatic Colors of #AFB9A1
Black with #AFB9A1
Text Example
Text Example
White with #AFB9A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB9A1; }
p { color: rgb(175,185,161); }
H1.HeaderClassName
{
color: #AFB9A1;
}
.AnyTagClassName
{
color: #AFB9A1;
}
</style>
background-color css
<style>
a { background-color: #AFB9A1; }
a { background-color: rgb(175,185,161); }
div.DivClassName
{
background-color: #AFB9A1;
}
.BgClassName
{
background-color: #AFB9A1;
}
</style>
border-color css
<style>
span { border-color: #AFB9A1; }
span { border-color: rgb(175,185,161); }
td.TdClassName
{
border-color: #AFB9A1;
}
.TagClassName
{
border-color: #AFB9A1;
}
</style>