Shades of Silver Chalice #ADB1A4
Tints of Silver Chalice #ADB1A4
RGB
CMYK
RGB Variations
Color information
#ADB1A4 (or 0xADB1A4) is known color: Silver Chalice. HEX triplet: AD, B1 and A4. RGB value is (173,177,164). Sum of RGB (Red+Green+Blue) = 173+177+164=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 177 (69.53% from 255 or 34.44% from 514); Blue value is 164 (64.45% from 255 or 31.91% from 514); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB1A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB1A4 is #524E5B. Grayscale: #AEAEAE. Windows color (decimal): -5394012 or 10793389. OLE color: 10793389.
HSL color Cylindrical-coordinate representation of color #ADB1A4: hue angle of 78.46º degrees, saturation: 0.08, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ADB1A4 is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 177 | 164 | - |
| CMYK | 0.02 | 0 | 0.07 | 0.31 |
| HSL | 78.46º | 0.08% | 0.67% | - |
| HSV(B) | 78.46º | 0.07% | 0.69% | - |
| XYZ | 39.66 | 43.01 | 41.33 | - |
| YUV | 174.32 | 122.17 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 177 | 164 | 0.02 | 0 | 0.07 | 0.31 | 78.46 | 0.08 | 0.67 |
| Hex | AD | B1 | A4 | 2 | 0 | 7 | 1F | 4E | 8 | 43 |
| Octal | 255 | 261 | 244 | 2 | 0 | 7 | 37 | 116 | 10 | 103 |
| Binary | 10101101 | 10110001 | 10100100 | 10 | 0 | 111 | 11111 | 1001110 | 1000 | 1000011 |
Color Harmonies of #ADB1A4
Complementary color
Monochromatic Colors of #ADB1A4
Black with #ADB1A4
Text Example
Text Example
White with #ADB1A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB1A4; }
p { color: rgb(173,177,164); }
H1.HeaderClassName
{
color: #ADB1A4;
}
.AnyTagClassName
{
color: #ADB1A4;
}
</style>
background-color css
<style>
a { background-color: #ADB1A4; }
a { background-color: rgb(173,177,164); }
div.DivClassName
{
background-color: #ADB1A4;
}
.BgClassName
{
background-color: #ADB1A4;
}
</style>
border-color css
<style>
span { border-color: #ADB1A4; }
span { border-color: rgb(173,177,164); }
td.TdClassName
{
border-color: #ADB1A4;
}
.TagClassName
{
border-color: #ADB1A4;
}
</style>