Shades of Silver Chalice #AFBBA3
Tints of Silver Chalice #AFBBA3
RGB
CMYK
RGB Variations
Color information
#AFBBA3 (or 0xAFBBA3) is known color: Silver Chalice. HEX triplet: AF, BB and A3. RGB value is (175,187,163). Sum of RGB (Red+Green+Blue) = 175+187+163=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 187 (73.44% from 255 or 35.62% from 525); Blue value is 163 (64.06% from 255 or 31.05% from 525); Max value from RGB is 187 - color contains mainly: green. Hex color #AFBBA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBBA3 is #50445C. Grayscale: #B4B4B4. Windows color (decimal): -5260381 or 10730415. OLE color: 10730415.
HSL color Cylindrical-coordinate representation of color #AFBBA3: hue angle of 90º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AFBBA3 is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 187 | 163 | - |
| CMYK | 0.06 | 0 | 0.13 | 0.27 |
| HSL | 90º | 0.15% | 0.69% | - |
| HSV(B) | 90º | 0.13% | 0.73% | - |
| XYZ | 42.06 | 47.3 | 41.56 | - |
| YUV | 180.68 | 118.02 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 187 | 163 | 0.06 | 0 | 0.13 | 0.27 | 90 | 0.15 | 0.69 |
| Hex | AF | BB | A3 | 6 | 0 | D | 1B | 5A | F | 45 |
| Octal | 257 | 273 | 243 | 6 | 0 | 15 | 33 | 132 | 17 | 105 |
| Binary | 10101111 | 10111011 | 10100011 | 110 | 0 | 1101 | 11011 | 1011010 | 1111 | 1000101 |
Color Harmonies of #AFBBA3
Complementary color
Monochromatic Colors of #AFBBA3
Black with #AFBBA3
Text Example
Text Example
White with #AFBBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBBA3; }
p { color: rgb(175,187,163); }
H1.HeaderClassName
{
color: #AFBBA3;
}
.AnyTagClassName
{
color: #AFBBA3;
}
</style>
background-color css
<style>
a { background-color: #AFBBA3; }
a { background-color: rgb(175,187,163); }
div.DivClassName
{
background-color: #AFBBA3;
}
.BgClassName
{
background-color: #AFBBA3;
}
</style>
border-color css
<style>
span { border-color: #AFBBA3; }
span { border-color: rgb(175,187,163); }
td.TdClassName
{
border-color: #AFBBA3;
}
.TagClassName
{
border-color: #AFBBA3;
}
</style>