Shades of Silver Chalice #A8ADA4
Tints of Silver Chalice #A8ADA4
RGB
CMYK
RGB Variations
Color information
#A8ADA4 (or 0xA8ADA4) is known color: Silver Chalice. HEX triplet: A8, AD and A4. RGB value is (168,173,164). Sum of RGB (Red+Green+Blue) = 168+173+164=505 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.27% from 505); Green value is 173 (67.97% from 255 or 34.26% from 505); Blue value is 164 (64.45% from 255 or 32.48% from 505); Max value from RGB is 173 - color contains mainly: green. Hex color #A8ADA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8ADA4 is #57525B. Grayscale: #AAAAAA. Windows color (decimal): -5722716 or 10792360. OLE color: 10792360.
HSL color Cylindrical-coordinate representation of color #A8ADA4: hue angle of 93.33º degrees, saturation: 0.05, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A8ADA4 is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
RGB | 168 | 173 | 164 | - |
CMYK | 0.03 | 0 | 0.05 | 0.32 |
HSL | 93.33º | 0.05% | 0.66% | - |
HSV(B) | 93.33º | 0.05% | 0.68% | - |
XYZ | 37.79 | 40.89 | 41.02 | - |
YUV | 170.48 | 124.34 | 126.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 173 | 164 | 0.03 | 0 | 0.05 | 0.32 | 93.33 | 0.05 | 0.66 |
Hex | A8 | AD | A4 | 3 | 0 | 5 | 20 | 5D | 5 | 42 |
Octal | 250 | 255 | 244 | 3 | 0 | 5 | 40 | 135 | 5 | 102 |
Binary | 10101000 | 10101101 | 10100100 | 11 | 0 | 101 | 100000 | 1011101 | 101 | 1000010 |
Color Harmonies of #A8ADA4
Complementary color
Monochromatic Colors of #A8ADA4
Black with #A8ADA4
Text Example
Text Example
White with #A8ADA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ADA4; }
p { color: rgb(168,173,164); }
H1.HeaderClassName
{
color: #A8ADA4;
}
.AnyTagClassName
{
color: #A8ADA4;
}
</style>
background-color css
<style>
a { background-color: #A8ADA4; }
a { background-color: rgb(168,173,164); }
div.DivClassName
{
background-color: #A8ADA4;
}
.BgClassName
{
background-color: #A8ADA4;
}
</style>
border-color css
<style>
span { border-color: #A8ADA4; }
span { border-color: rgb(168,173,164); }
td.TdClassName
{
border-color: #A8ADA4;
}
.TagClassName
{
border-color: #A8ADA4;
}
</style>