Shades of Silver Chalice #ADB6A2
Tints of Silver Chalice #ADB6A2
RGB
CMYK
RGB Variations
Color information
#ADB6A2 (or 0xADB6A2) is known color: Silver Chalice. HEX triplet: AD, B6 and A2. RGB value is (173,182,162). Sum of RGB (Red+Green+Blue) = 173+182+162=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 182 (71.48% from 255 or 35.20% from 517); Blue value is 162 (63.67% from 255 or 31.33% from 517); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB6A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB6A2 is #52495D. Grayscale: #B1B1B1. Windows color (decimal): -5392734 or 10663597. OLE color: 10663597.
HSL color Cylindrical-coordinate representation of color #ADB6A2: hue angle of 87º 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 #ADB6A2 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
RGB | 173 | 182 | 162 | - |
CMYK | 0.05 | 0 | 0.11 | 0.29 |
HSL | 87º | 0.12% | 0.67% | - |
HSV(B) | 87º | 0.11% | 0.71% | - |
XYZ | 40.48 | 44.95 | 40.72 | - |
YUV | 177.03 | 119.52 | 125.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 182 | 162 | 0.05 | 0 | 0.11 | 0.29 | 87 | 0.12 | 0.67 |
Hex | AD | B6 | A2 | 5 | 0 | B | 1D | 57 | C | 43 |
Octal | 255 | 266 | 242 | 5 | 0 | 13 | 35 | 127 | 14 | 103 |
Binary | 10101101 | 10110110 | 10100010 | 101 | 0 | 1011 | 11101 | 1010111 | 1100 | 1000011 |
Color Harmonies of #ADB6A2
Complementary color
Monochromatic Colors of #ADB6A2
Black with #ADB6A2
Text Example
Text Example
White with #ADB6A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB6A2; }
p { color: rgb(173,182,162); }
H1.HeaderClassName
{
color: #ADB6A2;
}
.AnyTagClassName
{
color: #ADB6A2;
}
</style>
background-color css
<style>
a { background-color: #ADB6A2; }
a { background-color: rgb(173,182,162); }
div.DivClassName
{
background-color: #ADB6A2;
}
.BgClassName
{
background-color: #ADB6A2;
}
</style>
border-color css
<style>
span { border-color: #ADB6A2; }
span { border-color: rgb(173,182,162); }
td.TdClassName
{
border-color: #ADB6A2;
}
.TagClassName
{
border-color: #ADB6A2;
}
</style>