Shades of Silver Chalice #AFB4A5
Tints of Silver Chalice #AFB4A5
RGB
CMYK
RGB Variations
Color information
#AFB4A5 (or 0xAFB4A5) is known color: Silver Chalice. HEX triplet: AF, B4 and A5. RGB value is (175,180,165). Sum of RGB (Red+Green+Blue) = 175+180+165=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 180 (70.70% from 255 or 34.62% from 520); Blue value is 165 (64.84% from 255 or 31.73% from 520); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB4A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB4A5 is #504B5A. Grayscale: #B0B0B0. Windows color (decimal): -5262171 or 10859695. OLE color: 10859695.
HSL color Cylindrical-coordinate representation of color #AFB4A5: hue angle of 80º degrees, saturation: 0.09, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AFB4A5 is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 180 | 165 | - |
| CMYK | 0.03 | 0 | 0.08 | 0.29 |
| HSL | 80º | 0.09% | 0.68% | - |
| HSV(B) | 80º | 0.08% | 0.71% | - |
| XYZ | 40.79 | 44.47 | 42.03 | - |
| YUV | 176.8 | 121.34 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 180 | 165 | 0.03 | 0 | 0.08 | 0.29 | 80 | 0.09 | 0.68 |
| Hex | AF | B4 | A5 | 3 | 0 | 8 | 1D | 50 | 9 | 44 |
| Octal | 257 | 264 | 245 | 3 | 0 | 10 | 35 | 120 | 11 | 104 |
| Binary | 10101111 | 10110100 | 10100101 | 11 | 0 | 1000 | 11101 | 1010000 | 1001 | 1000100 |
Color Harmonies of #AFB4A5
Complementary color
Monochromatic Colors of #AFB4A5
Black with #AFB4A5
Text Example
Text Example
White with #AFB4A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB4A5; }
p { color: rgb(175,180,165); }
H1.HeaderClassName
{
color: #AFB4A5;
}
.AnyTagClassName
{
color: #AFB4A5;
}
</style>
background-color css
<style>
a { background-color: #AFB4A5; }
a { background-color: rgb(175,180,165); }
div.DivClassName
{
background-color: #AFB4A5;
}
.BgClassName
{
background-color: #AFB4A5;
}
</style>
border-color css
<style>
span { border-color: #AFB4A5; }
span { border-color: rgb(175,180,165); }
td.TdClassName
{
border-color: #AFB4A5;
}
.TagClassName
{
border-color: #AFB4A5;
}
</style>