Shades of Silver Chalice #ADAFAC
Tints of Silver Chalice #ADAFAC
RGB
CMYK
RGB Variations
Color information
#ADAFAC (or 0xADAFAC) is known color: Silver Chalice. HEX triplet: AD, AF and AC. RGB value is (173,175,172). Sum of RGB (Red+Green+Blue) = 173+175+172=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 175 (68.75% from 255 or 33.65% from 520); Blue value is 172 (67.58% from 255 or 33.08% from 520); Max value from RGB is 175 - color contains mainly: green. Hex color #ADAFAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAFAC is #525053. Grayscale: #AEAEAE. Windows color (decimal): -5394516 or 11317165. OLE color: 11317165.
HSL color Cylindrical-coordinate representation of color #ADAFAC: hue angle of 100º degrees, saturation: 0.02, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #ADAFAC is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
RGB | 173 | 175 | 172 | - |
CMYK | 0.01 | 0 | 0.02 | 0.31 |
HSL | 100º | 0.02% | 0.68% | - |
HSV(B) | 100º | 0.02% | 0.69% | - |
XYZ | 40.01 | 42.52 | 45.13 | - |
YUV | 174.06 | 126.84 | 127.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 175 | 172 | 0.01 | 0 | 0.02 | 0.31 | 100 | 0.02 | 0.68 |
Hex | AD | AF | AC | 1 | 0 | 2 | 1F | 64 | 2 | 44 |
Octal | 255 | 257 | 254 | 1 | 0 | 2 | 37 | 144 | 2 | 104 |
Binary | 10101101 | 10101111 | 10101100 | 1 | 0 | 10 | 11111 | 1100100 | 10 | 1000100 |
Color Harmonies of #ADAFAC
Complementary color
Monochromatic Colors of #ADAFAC
Black with #ADAFAC
Text Example
Text Example
White with #ADAFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAFAC; }
p { color: rgb(173,175,172); }
H1.HeaderClassName
{
color: #ADAFAC;
}
.AnyTagClassName
{
color: #ADAFAC;
}
</style>
background-color css
<style>
a { background-color: #ADAFAC; }
a { background-color: rgb(173,175,172); }
div.DivClassName
{
background-color: #ADAFAC;
}
.BgClassName
{
background-color: #ADAFAC;
}
</style>
border-color css
<style>
span { border-color: #ADAFAC; }
span { border-color: rgb(173,175,172); }
td.TdClassName
{
border-color: #ADAFAC;
}
.TagClassName
{
border-color: #ADAFAC;
}
</style>