Shades of Silver Chalice #A3A99F
Tints of Silver Chalice #A3A99F
RGB
CMYK
RGB Variations
Color information
#A3A99F (or 0xA3A99F) is known color: Silver Chalice. HEX triplet: A3, A9 and 9F. RGB value is (163,169,159). Sum of RGB (Red+Green+Blue) = 163+169+159=491 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.20% from 491); Green value is 169 (66.41% from 255 or 34.42% from 491); Blue value is 159 (62.5% from 255 or 32.38% from 491); Max value from RGB is 169 - color contains mainly: green. Hex color #A3A99F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A99F is #5C5660. Grayscale: #A6A6A6. Windows color (decimal): -6051425 or 10463651. OLE color: 10463651.
HSL color Cylindrical-coordinate representation of color #A3A99F: hue angle of 96º degrees, saturation: 0.05, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A3A99F is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 163 | 169 | 159 | - |
| CMYK | 0.04 | 0 | 0.06 | 0.34 |
| HSL | 96º | 0.05% | 0.64% | - |
| HSV(B) | 96º | 0.06% | 0.66% | - |
| XYZ | 35.55 | 38.67 | 38.39 | - |
| YUV | 166.07 | 124.01 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 169 | 159 | 0.04 | 0 | 0.06 | 0.34 | 96 | 0.05 | 0.64 |
| Hex | A3 | A9 | 9F | 4 | 0 | 6 | 22 | 60 | 5 | 40 |
| Octal | 243 | 251 | 237 | 4 | 0 | 6 | 42 | 140 | 5 | 100 |
| Binary | 10100011 | 10101001 | 10011111 | 100 | 0 | 110 | 100010 | 1100000 | 101 | 1000000 |
Color Harmonies of #A3A99F
Complementary color
Monochromatic Colors of #A3A99F
Black with #A3A99F
Text Example
Text Example
White with #A3A99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A99F; }
p { color: rgb(163,169,159); }
H1.HeaderClassName
{
color: #A3A99F;
}
.AnyTagClassName
{
color: #A3A99F;
}
</style>
background-color css
<style>
a { background-color: #A3A99F; }
a { background-color: rgb(163,169,159); }
div.DivClassName
{
background-color: #A3A99F;
}
.BgClassName
{
background-color: #A3A99F;
}
</style>
border-color css
<style>
span { border-color: #A3A99F; }
span { border-color: rgb(163,169,159); }
td.TdClassName
{
border-color: #A3A99F;
}
.TagClassName
{
border-color: #A3A99F;
}
</style>