Shades of Silver Chalice #ADAFAA
Tints of Silver Chalice #ADAFAA
RGB
CMYK
RGB Variations
Color information
#ADAFAA (or 0xADAFAA) is known color: Silver Chalice. HEX triplet: AD, AF and AA. RGB value is (173,175,170). Sum of RGB (Red+Green+Blue) = 173+175+170=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 175 (68.75% from 255 or 33.78% from 518); Blue value is 170 (66.80% from 255 or 32.82% from 518); Max value from RGB is 175 - color contains mainly: green. Hex color #ADAFAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAFAA is #525055. Grayscale: #ADADAD. Windows color (decimal): -5394518 or 11186093. OLE color: 11186093.
HSL color Cylindrical-coordinate representation of color #ADAFAA: hue angle of 84º degrees, saturation: 0.03, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #ADAFAA is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
RGB | 173 | 175 | 170 | - |
CMYK | 0.01 | 0 | 0.03 | 0.31 |
HSL | 84º | 0.03% | 0.68% | - |
HSV(B) | 84º | 0.03% | 0.69% | - |
XYZ | 39.82 | 42.45 | 44.12 | - |
YUV | 173.83 | 125.84 | 127.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 175 | 170 | 0.01 | 0 | 0.03 | 0.31 | 84 | 0.03 | 0.68 |
Hex | AD | AF | AA | 1 | 0 | 3 | 1F | 54 | 3 | 44 |
Octal | 255 | 257 | 252 | 1 | 0 | 3 | 37 | 124 | 3 | 104 |
Binary | 10101101 | 10101111 | 10101010 | 1 | 0 | 11 | 11111 | 1010100 | 11 | 1000100 |
Color Harmonies of #ADAFAA
Complementary color
Monochromatic Colors of #ADAFAA
Black with #ADAFAA
Text Example
Text Example
White with #ADAFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAFAA; }
p { color: rgb(173,175,170); }
H1.HeaderClassName
{
color: #ADAFAA;
}
.AnyTagClassName
{
color: #ADAFAA;
}
</style>
background-color css
<style>
a { background-color: #ADAFAA; }
a { background-color: rgb(173,175,170); }
div.DivClassName
{
background-color: #ADAFAA;
}
.BgClassName
{
background-color: #ADAFAA;
}
</style>
border-color css
<style>
span { border-color: #ADAFAA; }
span { border-color: rgb(173,175,170); }
td.TdClassName
{
border-color: #ADAFAA;
}
.TagClassName
{
border-color: #ADAFAA;
}
</style>