Shades of Silver Chalice #AFB1A8
Tints of Silver Chalice #AFB1A8
RGB
CMYK
RGB Variations
Color information
#AFB1A8 (or 0xAFB1A8) is known color: Silver Chalice. HEX triplet: AF, B1 and A8. RGB value is (175,177,168). Sum of RGB (Red+Green+Blue) = 175+177+168=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 177 (69.53% from 255 or 34.04% from 520); Blue value is 168 (66.02% from 255 or 32.31% from 520); Max value from RGB is 177 - color contains mainly: green. Hex color #AFB1A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB1A8 is #504E57. Grayscale: #AFAFAF. Windows color (decimal): -5262936 or 11055535. OLE color: 11055535.
HSL color Cylindrical-coordinate representation of color #AFB1A8: hue angle of 73.33º degrees, saturation: 0.05, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #AFB1A8 is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 177 | 168 | - |
| CMYK | 0.01 | 0 | 0.05 | 0.31 |
| HSL | 73.33º | 0.05% | 0.68% | - |
| HSV(B) | 73.33º | 0.05% | 0.69% | - |
| XYZ | 40.47 | 43.39 | 43.29 | - |
| YUV | 175.38 | 123.84 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 177 | 168 | 0.01 | 0 | 0.05 | 0.31 | 73.33 | 0.05 | 0.68 |
| Hex | AF | B1 | A8 | 1 | 0 | 5 | 1F | 49 | 5 | 44 |
| Octal | 257 | 261 | 250 | 1 | 0 | 5 | 37 | 111 | 5 | 104 |
| Binary | 10101111 | 10110001 | 10101000 | 1 | 0 | 101 | 11111 | 1001001 | 101 | 1000100 |
Color Harmonies of #AFB1A8
Complementary color
Monochromatic Colors of #AFB1A8
Black with #AFB1A8
Text Example
Text Example
White with #AFB1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB1A8; }
p { color: rgb(175,177,168); }
H1.HeaderClassName
{
color: #AFB1A8;
}
.AnyTagClassName
{
color: #AFB1A8;
}
</style>
background-color css
<style>
a { background-color: #AFB1A8; }
a { background-color: rgb(175,177,168); }
div.DivClassName
{
background-color: #AFB1A8;
}
.BgClassName
{
background-color: #AFB1A8;
}
</style>
border-color css
<style>
span { border-color: #AFB1A8; }
span { border-color: rgb(175,177,168); }
td.TdClassName
{
border-color: #AFB1A8;
}
.TagClassName
{
border-color: #AFB1A8;
}
</style>