Shades of Silver Chalice #AFB6A5
Tints of Silver Chalice #AFB6A5
RGB
CMYK
RGB Variations
Color information
#AFB6A5 (or 0xAFB6A5) is known color: Silver Chalice. HEX triplet: AF, B6 and A5. RGB value is (175,182,165). Sum of RGB (Red+Green+Blue) = 175+182+165=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 182 (71.48% from 255 or 34.87% from 522); Blue value is 165 (64.84% from 255 or 31.61% from 522); Max value from RGB is 182 - color contains mainly: green. Hex color #AFB6A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB6A5 is #50495A. Grayscale: #B2B2B2. Windows color (decimal): -5261659 or 10860207. OLE color: 10860207.
HSL color Cylindrical-coordinate representation of color #AFB6A5: hue angle of 84.71º 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 #AFB6A5 is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 182 | 165 | - |
| CMYK | 0.04 | 0 | 0.09 | 0.29 |
| HSL | 84.71º | 0.1% | 0.68% | - |
| HSV(B) | 84.71º | 0.09% | 0.71% | - |
| XYZ | 41.2 | 45.29 | 42.17 | - |
| YUV | 177.97 | 120.68 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 182 | 165 | 0.04 | 0 | 0.09 | 0.29 | 84.71 | 0.1 | 0.68 |
| Hex | AF | B6 | A5 | 4 | 0 | 9 | 1D | 55 | A | 44 |
| Octal | 257 | 266 | 245 | 4 | 0 | 11 | 35 | 125 | 12 | 104 |
| Binary | 10101111 | 10110110 | 10100101 | 100 | 0 | 1001 | 11101 | 1010101 | 1010 | 1000100 |
Color Harmonies of #AFB6A5
Complementary color
Monochromatic Colors of #AFB6A5
Black with #AFB6A5
Text Example
Text Example
White with #AFB6A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB6A5; }
p { color: rgb(175,182,165); }
H1.HeaderClassName
{
color: #AFB6A5;
}
.AnyTagClassName
{
color: #AFB6A5;
}
</style>
background-color css
<style>
a { background-color: #AFB6A5; }
a { background-color: rgb(175,182,165); }
div.DivClassName
{
background-color: #AFB6A5;
}
.BgClassName
{
background-color: #AFB6A5;
}
</style>
border-color css
<style>
span { border-color: #AFB6A5; }
span { border-color: rgb(175,182,165); }
td.TdClassName
{
border-color: #AFB6A5;
}
.TagClassName
{
border-color: #AFB6A5;
}
</style>