Shades of Silver Chalice #A9B0A3
Tints of Silver Chalice #A9B0A3
RGB
CMYK
RGB Variations
Color information
#A9B0A3 (or 0xA9B0A3) is known color: Silver Chalice. HEX triplet: A9, B0 and A3. RGB value is (169,176,163). Sum of RGB (Red+Green+Blue) = 169+176+163=508 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.27% from 508); Green value is 176 (69.14% from 255 or 34.65% from 508); Blue value is 163 (64.06% from 255 or 32.09% from 508); Max value from RGB is 176 - color contains mainly: green. Hex color #A9B0A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9B0A3 is #564F5C. Grayscale: #ACACAC. Windows color (decimal): -5656413 or 10727593. OLE color: 10727593.
HSL color Cylindrical-coordinate representation of color #A9B0A3: hue angle of 92.31º degrees, saturation: 0.08, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A9B0A3 is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 169 | 176 | 163 | - |
| CMYK | 0.04 | 0 | 0.07 | 0.31 |
| HSL | 92.31º | 0.08% | 0.66% | - |
| HSV(B) | 92.31º | 0.07% | 0.69% | - |
| XYZ | 38.5 | 42.13 | 40.75 | - |
| YUV | 172.43 | 122.68 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 176 | 163 | 0.04 | 0 | 0.07 | 0.31 | 92.31 | 0.08 | 0.66 |
| Hex | A9 | B0 | A3 | 4 | 0 | 7 | 1F | 5C | 8 | 42 |
| Octal | 251 | 260 | 243 | 4 | 0 | 7 | 37 | 134 | 10 | 102 |
| Binary | 10101001 | 10110000 | 10100011 | 100 | 0 | 111 | 11111 | 1011100 | 1000 | 1000010 |
Color Harmonies of #A9B0A3
Complementary color
Monochromatic Colors of #A9B0A3
Black with #A9B0A3
Text Example
Text Example
White with #A9B0A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B0A3; }
p { color: rgb(169,176,163); }
H1.HeaderClassName
{
color: #A9B0A3;
}
.AnyTagClassName
{
color: #A9B0A3;
}
</style>
background-color css
<style>
a { background-color: #A9B0A3; }
a { background-color: rgb(169,176,163); }
div.DivClassName
{
background-color: #A9B0A3;
}
.BgClassName
{
background-color: #A9B0A3;
}
</style>
border-color css
<style>
span { border-color: #A9B0A3; }
span { border-color: rgb(169,176,163); }
td.TdClassName
{
border-color: #A9B0A3;
}
.TagClassName
{
border-color: #A9B0A3;
}
</style>