Shades of Silver Chalice #AFB7A5
Tints of Silver Chalice #AFB7A5
RGB
CMYK
RGB Variations
Color information
#AFB7A5 (or 0xAFB7A5) is known color: Silver Chalice. HEX triplet: AF, B7 and A5. RGB value is (175,183,165). Sum of RGB (Red+Green+Blue) = 175+183+165=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 183 (71.88% from 255 or 34.99% from 523); Blue value is 165 (64.84% from 255 or 31.55% from 523); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB7A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB7A5 is #50485A. Grayscale: #B2B2B2. Windows color (decimal): -5261403 or 10860463. OLE color: 10860463.
HSL color Cylindrical-coordinate representation of color #AFB7A5: hue angle of 86.67º degrees, saturation: 0.11, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AFB7A5 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 183 | 165 | - |
| CMYK | 0.04 | 0 | 0.10 | 0.28 |
| HSL | 86.67º | 0.11% | 0.68% | - |
| HSV(B) | 86.67º | 0.1% | 0.72% | - |
| XYZ | 41.4 | 45.7 | 42.24 | - |
| YUV | 178.56 | 120.35 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 183 | 165 | 0.04 | 0 | 0.10 | 0.28 | 86.67 | 0.11 | 0.68 |
| Hex | AF | B7 | A5 | 4 | 0 | A | 1C | 57 | B | 44 |
| Octal | 257 | 267 | 245 | 4 | 0 | 12 | 34 | 127 | 13 | 104 |
| Binary | 10101111 | 10110111 | 10100101 | 100 | 0 | 1010 | 11100 | 1010111 | 1011 | 1000100 |
Color Harmonies of #AFB7A5
Complementary color
Monochromatic Colors of #AFB7A5
Black with #AFB7A5
Text Example
Text Example
White with #AFB7A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB7A5; }
p { color: rgb(175,183,165); }
H1.HeaderClassName
{
color: #AFB7A5;
}
.AnyTagClassName
{
color: #AFB7A5;
}
</style>
background-color css
<style>
a { background-color: #AFB7A5; }
a { background-color: rgb(175,183,165); }
div.DivClassName
{
background-color: #AFB7A5;
}
.BgClassName
{
background-color: #AFB7A5;
}
</style>
border-color css
<style>
span { border-color: #AFB7A5; }
span { border-color: rgb(175,183,165); }
td.TdClassName
{
border-color: #AFB7A5;
}
.TagClassName
{
border-color: #AFB7A5;
}
</style>