Shades of Silver Chalice #AFB1AE
Tints of Silver Chalice #AFB1AE
RGB
CMYK
RGB Variations
Color information
#AFB1AE (or 0xAFB1AE) is known color: Silver Chalice. HEX triplet: AF, B1 and AE. RGB value is (175,177,174). Sum of RGB (Red+Green+Blue) = 175+177+174=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 177 (69.53% from 255 or 33.65% from 526); Blue value is 174 (68.36% from 255 or 33.08% from 526); Max value from RGB is 177 - color contains mainly: green. Hex color #AFB1AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB1AE is #504E51. Grayscale: #B0B0B0. Windows color (decimal): -5262930 or 11448751. OLE color: 11448751.
HSL color Cylindrical-coordinate representation of color #AFB1AE: hue angle of 100º degrees, saturation: 0.02, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #AFB1AE is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
RGB | 175 | 177 | 174 | - |
CMYK | 0.01 | 0 | 0.02 | 0.31 |
HSL | 100º | 0.02% | 0.69% | - |
HSV(B) | 100º | 0.02% | 0.69% | - |
XYZ | 41.04 | 43.61 | 46.3 | - |
YUV | 176.06 | 126.84 | 127.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 177 | 174 | 0.01 | 0 | 0.02 | 0.31 | 100 | 0.02 | 0.69 |
Hex | AF | B1 | AE | 1 | 0 | 2 | 1F | 64 | 2 | 45 |
Octal | 257 | 261 | 256 | 1 | 0 | 2 | 37 | 144 | 2 | 105 |
Binary | 10101111 | 10110001 | 10101110 | 1 | 0 | 10 | 11111 | 1100100 | 10 | 1000101 |
Color Harmonies of #AFB1AE
Complementary color
Monochromatic Colors of #AFB1AE
Black with #AFB1AE
Text Example
Text Example
White with #AFB1AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB1AE; }
p { color: rgb(175,177,174); }
H1.HeaderClassName
{
color: #AFB1AE;
}
.AnyTagClassName
{
color: #AFB1AE;
}
</style>
background-color css
<style>
a { background-color: #AFB1AE; }
a { background-color: rgb(175,177,174); }
div.DivClassName
{
background-color: #AFB1AE;
}
.BgClassName
{
background-color: #AFB1AE;
}
</style>
border-color css
<style>
span { border-color: #AFB1AE; }
span { border-color: rgb(175,177,174); }
td.TdClassName
{
border-color: #AFB1AE;
}
.TagClassName
{
border-color: #AFB1AE;
}
</style>