Shades of Silver Chalice #AFB4A8
Tints of Silver Chalice #AFB4A8
RGB
CMYK
RGB Variations
Color information
#AFB4A8 (or 0xAFB4A8) is known color: Silver Chalice. HEX triplet: AF, B4 and A8. RGB value is (175,180,168). Sum of RGB (Red+Green+Blue) = 175+180+168=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 180 (70.70% from 255 or 34.42% from 523); Blue value is 168 (66.02% from 255 or 32.12% from 523); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB4A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB4A8 is #504B57. Grayscale: #B1B1B1. Windows color (decimal): -5262168 or 11056303. OLE color: 11056303.
HSL color Cylindrical-coordinate representation of color #AFB4A8: hue angle of 85º degrees, saturation: 0.07, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AFB4A8 is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
RGB | 175 | 180 | 168 | - |
CMYK | 0.03 | 0 | 0.07 | 0.29 |
HSL | 85º | 0.07% | 0.68% | - |
HSV(B) | 85º | 0.07% | 0.71% | - |
XYZ | 41.07 | 44.58 | 43.49 | - |
YUV | 177.14 | 122.84 | 126.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 180 | 168 | 0.03 | 0 | 0.07 | 0.29 | 85 | 0.07 | 0.68 |
Hex | AF | B4 | A8 | 3 | 0 | 7 | 1D | 55 | 7 | 44 |
Octal | 257 | 264 | 250 | 3 | 0 | 7 | 35 | 125 | 7 | 104 |
Binary | 10101111 | 10110100 | 10101000 | 11 | 0 | 111 | 11101 | 1010101 | 111 | 1000100 |
Color Harmonies of #AFB4A8
Complementary color
Monochromatic Colors of #AFB4A8
Black with #AFB4A8
Text Example
Text Example
White with #AFB4A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB4A8; }
p { color: rgb(175,180,168); }
H1.HeaderClassName
{
color: #AFB4A8;
}
.AnyTagClassName
{
color: #AFB4A8;
}
</style>
background-color css
<style>
a { background-color: #AFB4A8; }
a { background-color: rgb(175,180,168); }
div.DivClassName
{
background-color: #AFB4A8;
}
.BgClassName
{
background-color: #AFB4A8;
}
</style>
border-color css
<style>
span { border-color: #AFB4A8; }
span { border-color: rgb(175,180,168); }
td.TdClassName
{
border-color: #AFB4A8;
}
.TagClassName
{
border-color: #AFB4A8;
}
</style>