Shades of Silver Chalice #ADB2A8
Tints of Silver Chalice #ADB2A8
RGB
CMYK
RGB Variations
Color information
#ADB2A8 (or 0xADB2A8) is known color: Silver Chalice. HEX triplet: AD, B2 and A8. RGB value is (173,178,168). Sum of RGB (Red+Green+Blue) = 173+178+168=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 178 (69.92% from 255 or 34.30% from 519); Blue value is 168 (66.02% from 255 or 32.37% from 519); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB2A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB2A8 is #524D57. Grayscale: #AFAFAF. Windows color (decimal): -5393752 or 11055789. OLE color: 11055789.
HSL color Cylindrical-coordinate representation of color #ADB2A8: hue angle of 90º degrees, saturation: 0.06, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ADB2A8 is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
RGB | 173 | 178 | 168 | - |
CMYK | 0.03 | 0 | 0.06 | 0.30 |
HSL | 90º | 0.06% | 0.68% | - |
HSV(B) | 90º | 0.06% | 0.7% | - |
XYZ | 40.22 | 43.55 | 43.33 | - |
YUV | 175.37 | 123.84 | 126.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 178 | 168 | 0.03 | 0 | 0.06 | 0.30 | 90 | 0.06 | 0.68 |
Hex | AD | B2 | A8 | 3 | 0 | 6 | 1E | 5A | 6 | 44 |
Octal | 255 | 262 | 250 | 3 | 0 | 6 | 36 | 132 | 6 | 104 |
Binary | 10101101 | 10110010 | 10101000 | 11 | 0 | 110 | 11110 | 1011010 | 110 | 1000100 |
Color Harmonies of #ADB2A8
Complementary color
Monochromatic Colors of #ADB2A8
Black with #ADB2A8
Text Example
Text Example
White with #ADB2A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB2A8; }
p { color: rgb(173,178,168); }
H1.HeaderClassName
{
color: #ADB2A8;
}
.AnyTagClassName
{
color: #ADB2A8;
}
</style>
background-color css
<style>
a { background-color: #ADB2A8; }
a { background-color: rgb(173,178,168); }
div.DivClassName
{
background-color: #ADB2A8;
}
.BgClassName
{
background-color: #ADB2A8;
}
</style>
border-color css
<style>
span { border-color: #ADB2A8; }
span { border-color: rgb(173,178,168); }
td.TdClassName
{
border-color: #ADB2A8;
}
.TagClassName
{
border-color: #ADB2A8;
}
</style>