Shades of Silver Chalice #AFB3A7
Tints of Silver Chalice #AFB3A7
RGB
CMYK
RGB Variations
Color information
#AFB3A7 (or 0xAFB3A7) is known color: Silver Chalice. HEX triplet: AF, B3 and A7. RGB value is (175,179,167). Sum of RGB (Red+Green+Blue) = 175+179+167=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 179 (70.31% from 255 or 34.36% from 521); Blue value is 167 (65.62% from 255 or 32.05% from 521); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB3A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB3A7 is #504C58. Grayscale: #B0B0B0. Windows color (decimal): -5262425 or 10990511. OLE color: 10990511.
HSL color Cylindrical-coordinate representation of color #AFB3A7: hue angle of 80º degrees, saturation: 0.07, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AFB3A7 is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 175 | 179 | 167 | - |
| CMYK | 0.02 | 0 | 0.07 | 0.30 |
| HSL | 80º | 0.07% | 0.68% | - |
| HSV(B) | 80º | 0.07% | 0.7% | - |
| XYZ | 40.77 | 44.14 | 42.93 | - |
| YUV | 176.44 | 122.67 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 179 | 167 | 0.02 | 0 | 0.07 | 0.30 | 80 | 0.07 | 0.68 |
| Hex | AF | B3 | A7 | 2 | 0 | 7 | 1E | 50 | 7 | 44 |
| Octal | 257 | 263 | 247 | 2 | 0 | 7 | 36 | 120 | 7 | 104 |
| Binary | 10101111 | 10110011 | 10100111 | 10 | 0 | 111 | 11110 | 1010000 | 111 | 1000100 |
Color Harmonies of #AFB3A7
Complementary color
Monochromatic Colors of #AFB3A7
Black with #AFB3A7
Text Example
Text Example
White with #AFB3A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB3A7; }
p { color: rgb(175,179,167); }
H1.HeaderClassName
{
color: #AFB3A7;
}
.AnyTagClassName
{
color: #AFB3A7;
}
</style>
background-color css
<style>
a { background-color: #AFB3A7; }
a { background-color: rgb(175,179,167); }
div.DivClassName
{
background-color: #AFB3A7;
}
.BgClassName
{
background-color: #AFB3A7;
}
</style>
border-color css
<style>
span { border-color: #AFB3A7; }
span { border-color: rgb(175,179,167); }
td.TdClassName
{
border-color: #AFB3A7;
}
.TagClassName
{
border-color: #AFB3A7;
}
</style>