Shades of Silver Chalice #ADBBA2
Tints of Silver Chalice #ADBBA2
RGB
CMYK
RGB Variations
Color information
#ADBBA2 (or 0xADBBA2) is known color: Silver Chalice. HEX triplet: AD, BB and A2. RGB value is (173,187,162). Sum of RGB (Red+Green+Blue) = 173+187+162=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 187 (73.44% from 255 or 35.82% from 522); Blue value is 162 (63.67% from 255 or 31.03% from 522); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBBA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBBA2 is #52445D. Grayscale: #B4B4B4. Windows color (decimal): -5391454 or 10664877. OLE color: 10664877.
HSL color Cylindrical-coordinate representation of color #ADBBA2: hue angle of 93.6º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ADBBA2 is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
RGB | 173 | 187 | 162 | - |
CMYK | 0.07 | 0 | 0.13 | 0.27 |
HSL | 93.6º | 0.16% | 0.68% | - |
HSV(B) | 93.6º | 0.13% | 0.73% | - |
XYZ | 41.53 | 47.03 | 41.07 | - |
YUV | 179.96 | 117.86 | 123.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 187 | 162 | 0.07 | 0 | 0.13 | 0.27 | 93.6 | 0.16 | 0.68 |
Hex | AD | BB | A2 | 7 | 0 | D | 1B | 5E | 10 | 44 |
Octal | 255 | 273 | 242 | 7 | 0 | 15 | 33 | 136 | 20 | 104 |
Binary | 10101101 | 10111011 | 10100010 | 111 | 0 | 1101 | 11011 | 1011110 | 10000 | 1000100 |
Color Harmonies of #ADBBA2
Complementary color
Monochromatic Colors of #ADBBA2
Black with #ADBBA2
Text Example
Text Example
White with #ADBBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBBA2; }
p { color: rgb(173,187,162); }
H1.HeaderClassName
{
color: #ADBBA2;
}
.AnyTagClassName
{
color: #ADBBA2;
}
</style>
background-color css
<style>
a { background-color: #ADBBA2; }
a { background-color: rgb(173,187,162); }
div.DivClassName
{
background-color: #ADBBA2;
}
.BgClassName
{
background-color: #ADBBA2;
}
</style>
border-color css
<style>
span { border-color: #ADBBA2; }
span { border-color: rgb(173,187,162); }
td.TdClassName
{
border-color: #ADBBA2;
}
.TagClassName
{
border-color: #ADBBA2;
}
</style>