Shades of Silver Chalice #AFB2A8
Tints of Silver Chalice #AFB2A8
RGB
CMYK
RGB Variations
Color information
#AFB2A8 (or 0xAFB2A8) is known color: Silver Chalice. HEX triplet: AF, B2 and A8. RGB value is (175,178,168). Sum of RGB (Red+Green+Blue) = 175+178+168=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 178 (69.92% from 255 or 34.17% from 521); Blue value is 168 (66.02% from 255 or 32.25% from 521); Max value from RGB is 178 - color contains mainly: green. Hex color #AFB2A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB2A8 is #504D57. Grayscale: #AFAFAF. Windows color (decimal): -5262680 or 11055791. OLE color: 11055791.
HSL color Cylindrical-coordinate representation of color #AFB2A8: hue angle of 78º degrees, saturation: 0.06, 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 #AFB2A8 is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 175 | 178 | 168 | - |
| CMYK | 0.02 | 0 | 0.06 | 0.30 |
| HSL | 78º | 0.06% | 0.68% | - |
| HSV(B) | 78º | 0.06% | 0.7% | - |
| XYZ | 40.67 | 43.78 | 43.35 | - |
| YUV | 175.96 | 123.51 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 178 | 168 | 0.02 | 0 | 0.06 | 0.30 | 78 | 0.06 | 0.68 |
| Hex | AF | B2 | A8 | 2 | 0 | 6 | 1E | 4E | 6 | 44 |
| Octal | 257 | 262 | 250 | 2 | 0 | 6 | 36 | 116 | 6 | 104 |
| Binary | 10101111 | 10110010 | 10101000 | 10 | 0 | 110 | 11110 | 1001110 | 110 | 1000100 |
Color Harmonies of #AFB2A8
Complementary color
Monochromatic Colors of #AFB2A8
Black with #AFB2A8
Text Example
Text Example
White with #AFB2A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB2A8; }
p { color: rgb(175,178,168); }
H1.HeaderClassName
{
color: #AFB2A8;
}
.AnyTagClassName
{
color: #AFB2A8;
}
</style>
background-color css
<style>
a { background-color: #AFB2A8; }
a { background-color: rgb(175,178,168); }
div.DivClassName
{
background-color: #AFB2A8;
}
.BgClassName
{
background-color: #AFB2A8;
}
</style>
border-color css
<style>
span { border-color: #AFB2A8; }
span { border-color: rgb(175,178,168); }
td.TdClassName
{
border-color: #AFB2A8;
}
.TagClassName
{
border-color: #AFB2A8;
}
</style>