Shades of Silver Chalice #ABB6A2
Tints of Silver Chalice #ABB6A2
RGB
CMYK
RGB Variations
Color information
#ABB6A2 (or 0xABB6A2) is known color: Silver Chalice. HEX triplet: AB, B6 and A2. RGB value is (171,182,162). Sum of RGB (Red+Green+Blue) = 171+182+162=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 182 (71.48% from 255 or 35.34% from 515); Blue value is 162 (63.67% from 255 or 31.46% from 515); Max value from RGB is 182 - color contains mainly: green. Hex color #ABB6A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB6A2 is #54495D. Grayscale: #B0B0B0. Windows color (decimal): -5523806 or 10663595. OLE color: 10663595.
HSL color Cylindrical-coordinate representation of color #ABB6A2: hue angle of 93º degrees, saturation: 0.12, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ABB6A2 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 171 | 182 | 162 | - |
| CMYK | 0.06 | 0 | 0.11 | 0.29 |
| HSL | 93º | 0.12% | 0.67% | - |
| HSV(B) | 93º | 0.11% | 0.71% | - |
| XYZ | 40.04 | 44.72 | 40.7 | - |
| YUV | 176.43 | 119.86 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 182 | 162 | 0.06 | 0 | 0.11 | 0.29 | 93 | 0.12 | 0.67 |
| Hex | AB | B6 | A2 | 6 | 0 | B | 1D | 5D | C | 43 |
| Octal | 253 | 266 | 242 | 6 | 0 | 13 | 35 | 135 | 14 | 103 |
| Binary | 10101011 | 10110110 | 10100010 | 110 | 0 | 1011 | 11101 | 1011101 | 1100 | 1000011 |
Color Harmonies of #ABB6A2
Complementary color
Monochromatic Colors of #ABB6A2
Black with #ABB6A2
Text Example
Text Example
White with #ABB6A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB6A2; }
p { color: rgb(171,182,162); }
H1.HeaderClassName
{
color: #ABB6A2;
}
.AnyTagClassName
{
color: #ABB6A2;
}
</style>
background-color css
<style>
a { background-color: #ABB6A2; }
a { background-color: rgb(171,182,162); }
div.DivClassName
{
background-color: #ABB6A2;
}
.BgClassName
{
background-color: #ABB6A2;
}
</style>
border-color css
<style>
span { border-color: #ABB6A2; }
span { border-color: rgb(171,182,162); }
td.TdClassName
{
border-color: #ABB6A2;
}
.TagClassName
{
border-color: #ABB6A2;
}
</style>