Shades of Silver Chalice #ADAEAA
Tints of Silver Chalice #ADAEAA
RGB
CMYK
RGB Variations
Color information
#ADAEAA (or 0xADAEAA) is known color: Silver Chalice. HEX triplet: AD, AE and AA. RGB value is (173,174,170). Sum of RGB (Red+Green+Blue) = 173+174+170=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 174 (68.36% from 255 or 33.66% from 517); Blue value is 170 (66.80% from 255 or 32.88% from 517); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAEAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAEAA is #525155. Grayscale: #ADADAD. Windows color (decimal): -5394774 or 11185837. OLE color: 11185837.
HSL color Cylindrical-coordinate representation of color #ADAEAA: hue angle of 75º degrees, saturation: 0.02, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #ADAEAA is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
RGB | 173 | 174 | 170 | - |
CMYK | 0.01 | 0 | 0.02 | 0.32 |
HSL | 75º | 0.02% | 0.67% | - |
HSV(B) | 75º | 0.02% | 0.68% | - |
XYZ | 39.63 | 42.06 | 44.06 | - |
YUV | 173.25 | 126.17 | 127.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 174 | 170 | 0.01 | 0 | 0.02 | 0.32 | 75 | 0.02 | 0.67 |
Hex | AD | AE | AA | 1 | 0 | 2 | 20 | 4B | 2 | 43 |
Octal | 255 | 256 | 252 | 1 | 0 | 2 | 40 | 113 | 2 | 103 |
Binary | 10101101 | 10101110 | 10101010 | 1 | 0 | 10 | 100000 | 1001011 | 10 | 1000011 |
Color Harmonies of #ADAEAA
Complementary color
Monochromatic Colors of #ADAEAA
Black with #ADAEAA
Text Example
Text Example
White with #ADAEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAEAA; }
p { color: rgb(173,174,170); }
H1.HeaderClassName
{
color: #ADAEAA;
}
.AnyTagClassName
{
color: #ADAEAA;
}
</style>
background-color css
<style>
a { background-color: #ADAEAA; }
a { background-color: rgb(173,174,170); }
div.DivClassName
{
background-color: #ADAEAA;
}
.BgClassName
{
background-color: #ADAEAA;
}
</style>
border-color css
<style>
span { border-color: #ADAEAA; }
span { border-color: rgb(173,174,170); }
td.TdClassName
{
border-color: #ADAEAA;
}
.TagClassName
{
border-color: #ADAEAA;
}
</style>