Shades of Silver Chalice #AFB6A6
Tints of Silver Chalice #AFB6A6
RGB
CMYK
RGB Variations
Color information
#AFB6A6 (or 0xAFB6A6) is known color: Silver Chalice. HEX triplet: AF, B6 and A6. RGB value is (175,182,166). Sum of RGB (Red+Green+Blue) = 175+182+166=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 182 (71.48% from 255 or 34.80% from 523); Blue value is 166 (65.23% from 255 or 31.74% from 523); Max value from RGB is 182 - color contains mainly: green. Hex color #AFB6A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB6A6 is #504959. Grayscale: #B2B2B2. Windows color (decimal): -5261658 or 10925743. OLE color: 10925743.
HSL color Cylindrical-coordinate representation of color #AFB6A6: hue angle of 86.25º degrees, saturation: 0.1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AFB6A6 is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 182 | 166 | - |
| CMYK | 0.04 | 0 | 0.09 | 0.29 |
| HSL | 86.25º | 0.1% | 0.68% | - |
| HSV(B) | 86.25º | 0.09% | 0.71% | - |
| XYZ | 41.29 | 45.32 | 42.65 | - |
| YUV | 178.08 | 121.18 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 182 | 166 | 0.04 | 0 | 0.09 | 0.29 | 86.25 | 0.1 | 0.68 |
| Hex | AF | B6 | A6 | 4 | 0 | 9 | 1D | 56 | A | 44 |
| Octal | 257 | 266 | 246 | 4 | 0 | 11 | 35 | 126 | 12 | 104 |
| Binary | 10101111 | 10110110 | 10100110 | 100 | 0 | 1001 | 11101 | 1010110 | 1010 | 1000100 |
Color Harmonies of #AFB6A6
Complementary color
Monochromatic Colors of #AFB6A6
Black with #AFB6A6
Text Example
Text Example
White with #AFB6A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB6A6; }
p { color: rgb(175,182,166); }
H1.HeaderClassName
{
color: #AFB6A6;
}
.AnyTagClassName
{
color: #AFB6A6;
}
</style>
background-color css
<style>
a { background-color: #AFB6A6; }
a { background-color: rgb(175,182,166); }
div.DivClassName
{
background-color: #AFB6A6;
}
.BgClassName
{
background-color: #AFB6A6;
}
</style>
border-color css
<style>
span { border-color: #AFB6A6; }
span { border-color: rgb(175,182,166); }
td.TdClassName
{
border-color: #AFB6A6;
}
.TagClassName
{
border-color: #AFB6A6;
}
</style>