Shades of Silver Chalice #ABB3A1
Tints of Silver Chalice #ABB3A1
RGB
CMYK
RGB Variations
Color information
#ABB3A1 (or 0xABB3A1) is known color: Silver Chalice. HEX triplet: AB, B3 and A1. RGB value is (171,179,161). Sum of RGB (Red+Green+Blue) = 171+179+161=511 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.46% from 511); Green value is 179 (70.31% from 255 or 35.03% from 511); Blue value is 161 (63.28% from 255 or 31.51% from 511); Max value from RGB is 179 - color contains mainly: green. Hex color #ABB3A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB3A1 is #544C5E. Grayscale: #AEAEAE. Windows color (decimal): -5524575 or 10597291. OLE color: 10597291.
HSL color Cylindrical-coordinate representation of color #ABB3A1: hue angle of 86.67º degrees, saturation: 0.11, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ABB3A1 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 171 | 179 | 161 | - |
| CMYK | 0.04 | 0 | 0.10 | 0.30 |
| HSL | 86.67º | 0.11% | 0.67% | - |
| HSV(B) | 86.67º | 0.1% | 0.7% | - |
| XYZ | 39.35 | 43.47 | 40.04 | - |
| YUV | 174.56 | 120.35 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 179 | 161 | 0.04 | 0 | 0.10 | 0.30 | 86.67 | 0.11 | 0.67 |
| Hex | AB | B3 | A1 | 4 | 0 | A | 1E | 57 | B | 43 |
| Octal | 253 | 263 | 241 | 4 | 0 | 12 | 36 | 127 | 13 | 103 |
| Binary | 10101011 | 10110011 | 10100001 | 100 | 0 | 1010 | 11110 | 1010111 | 1011 | 1000011 |
Color Harmonies of #ABB3A1
Complementary color
Monochromatic Colors of #ABB3A1
Black with #ABB3A1
Text Example
Text Example
White with #ABB3A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB3A1; }
p { color: rgb(171,179,161); }
H1.HeaderClassName
{
color: #ABB3A1;
}
.AnyTagClassName
{
color: #ABB3A1;
}
</style>
background-color css
<style>
a { background-color: #ABB3A1; }
a { background-color: rgb(171,179,161); }
div.DivClassName
{
background-color: #ABB3A1;
}
.BgClassName
{
background-color: #ABB3A1;
}
</style>
border-color css
<style>
span { border-color: #ABB3A1; }
span { border-color: rgb(171,179,161); }
td.TdClassName
{
border-color: #ABB3A1;
}
.TagClassName
{
border-color: #ABB3A1;
}
</style>