Shades of Silver Chalice #ADBAA4
Tints of Silver Chalice #ADBAA4
RGB
CMYK
RGB Variations
Color information
#ADBAA4 (or 0xADBAA4) is known color: Silver Chalice. HEX triplet: AD, BA and A4. RGB value is (173,186,164). Sum of RGB (Red+Green+Blue) = 173+186+164=523 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.08% from 523); Green value is 186 (73.05% from 255 or 35.56% from 523); Blue value is 164 (64.45% from 255 or 31.36% from 523); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBAA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBAA4 is #52455B. Grayscale: #B3B3B3. Windows color (decimal): -5391708 or 10795693. OLE color: 10795693.
HSL color Cylindrical-coordinate representation of color #ADBAA4: hue angle of 95.45º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ADBAA4 is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
RGB | 173 | 186 | 164 | - |
CMYK | 0.07 | 0 | 0.12 | 0.27 |
HSL | 95.45º | 0.14% | 0.69% | - |
HSV(B) | 95.45º | 0.12% | 0.73% | - |
XYZ | 41.49 | 46.68 | 41.95 | - |
YUV | 179.61 | 119.19 | 123.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 186 | 164 | 0.07 | 0 | 0.12 | 0.27 | 95.45 | 0.14 | 0.69 |
Hex | AD | BA | A4 | 7 | 0 | C | 1B | 5F | E | 45 |
Octal | 255 | 272 | 244 | 7 | 0 | 14 | 33 | 137 | 16 | 105 |
Binary | 10101101 | 10111010 | 10100100 | 111 | 0 | 1100 | 11011 | 1011111 | 1110 | 1000101 |
Color Harmonies of #ADBAA4
Complementary color
Monochromatic Colors of #ADBAA4
Black with #ADBAA4
Text Example
Text Example
White with #ADBAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBAA4; }
p { color: rgb(173,186,164); }
H1.HeaderClassName
{
color: #ADBAA4;
}
.AnyTagClassName
{
color: #ADBAA4;
}
</style>
background-color css
<style>
a { background-color: #ADBAA4; }
a { background-color: rgb(173,186,164); }
div.DivClassName
{
background-color: #ADBAA4;
}
.BgClassName
{
background-color: #ADBAA4;
}
</style>
border-color css
<style>
span { border-color: #ADBAA4; }
span { border-color: rgb(173,186,164); }
td.TdClassName
{
border-color: #ADBAA4;
}
.TagClassName
{
border-color: #ADBAA4;
}
</style>