Shades of Silver Chalice #AFBDA3
Tints of Silver Chalice #AFBDA3
RGB
CMYK
RGB Variations
Color information
#AFBDA3 (or 0xAFBDA3) is known color: Silver Chalice. HEX triplet: AF, BD and A3. RGB value is (175,189,163). Sum of RGB (Red+Green+Blue) = 175+189+163=527 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.21% from 527); Green value is 189 (74.22% from 255 or 35.86% from 527); Blue value is 163 (64.06% from 255 or 30.93% from 527); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBDA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBDA3 is #50425C. Grayscale: #B5B5B5. Windows color (decimal): -5259869 or 10730927. OLE color: 10730927.
HSL color Cylindrical-coordinate representation of color #AFBDA3: hue angle of 92.31º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AFBDA3 is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 189 | 163 | - |
| CMYK | 0.07 | 0 | 0.14 | 0.26 |
| HSL | 92.31º | 0.16% | 0.69% | - |
| HSV(B) | 92.31º | 0.14% | 0.74% | - |
| XYZ | 42.49 | 48.15 | 41.71 | - |
| YUV | 181.85 | 117.36 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 189 | 163 | 0.07 | 0 | 0.14 | 0.26 | 92.31 | 0.16 | 0.69 |
| Hex | AF | BD | A3 | 7 | 0 | E | 1A | 5C | 10 | 45 |
| Octal | 257 | 275 | 243 | 7 | 0 | 16 | 32 | 134 | 20 | 105 |
| Binary | 10101111 | 10111101 | 10100011 | 111 | 0 | 1110 | 11010 | 1011100 | 10000 | 1000101 |
Color Harmonies of #AFBDA3
Complementary color
Monochromatic Colors of #AFBDA3
Black with #AFBDA3
Text Example
Text Example
White with #AFBDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBDA3; }
p { color: rgb(175,189,163); }
H1.HeaderClassName
{
color: #AFBDA3;
}
.AnyTagClassName
{
color: #AFBDA3;
}
</style>
background-color css
<style>
a { background-color: #AFBDA3; }
a { background-color: rgb(175,189,163); }
div.DivClassName
{
background-color: #AFBDA3;
}
.BgClassName
{
background-color: #AFBDA3;
}
</style>
border-color css
<style>
span { border-color: #AFBDA3; }
span { border-color: rgb(175,189,163); }
td.TdClassName
{
border-color: #AFBDA3;
}
.TagClassName
{
border-color: #AFBDA3;
}
</style>