Shades of Silver Chalice #A8AAA6
Tints of Silver Chalice #A8AAA6
RGB
CMYK
RGB Variations
Color information
#A8AAA6 (or 0xA8AAA6) is known color: Silver Chalice. HEX triplet: A8, AA and A6. RGB value is (168,170,166). Sum of RGB (Red+Green+Blue) = 168+170+166=504 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.33% from 504); Green value is 170 (66.80% from 255 or 33.73% from 504); Blue value is 166 (65.23% from 255 or 32.94% from 504); Max value from RGB is 170 - color contains mainly: green. Hex color #A8AAA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AAA6 is #575559. Grayscale: #A8A8A8. Windows color (decimal): -5723482 or 10922664. OLE color: 10922664.
HSL color Cylindrical-coordinate representation of color #A8AAA6: hue angle of 90º degrees, saturation: 0.02, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #A8AAA6 is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
RGB | 168 | 170 | 166 | - |
CMYK | 0.01 | 0 | 0.02 | 0.33 |
HSL | 90º | 0.02% | 0.66% | - |
HSV(B) | 90º | 0.02% | 0.67% | - |
XYZ | 37.41 | 39.83 | 41.79 | - |
YUV | 168.95 | 126.34 | 127.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 170 | 166 | 0.01 | 0 | 0.02 | 0.33 | 90 | 0.02 | 0.66 |
Hex | A8 | AA | A6 | 1 | 0 | 2 | 21 | 5A | 2 | 42 |
Octal | 250 | 252 | 246 | 1 | 0 | 2 | 41 | 132 | 2 | 102 |
Binary | 10101000 | 10101010 | 10100110 | 1 | 0 | 10 | 100001 | 1011010 | 10 | 1000010 |
Color Harmonies of #A8AAA6
Complementary color
Monochromatic Colors of #A8AAA6
Black with #A8AAA6
Text Example
Text Example
White with #A8AAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AAA6; }
p { color: rgb(168,170,166); }
H1.HeaderClassName
{
color: #A8AAA6;
}
.AnyTagClassName
{
color: #A8AAA6;
}
</style>
background-color css
<style>
a { background-color: #A8AAA6; }
a { background-color: rgb(168,170,166); }
div.DivClassName
{
background-color: #A8AAA6;
}
.BgClassName
{
background-color: #A8AAA6;
}
</style>
border-color css
<style>
span { border-color: #A8AAA6; }
span { border-color: rgb(168,170,166); }
td.TdClassName
{
border-color: #A8AAA6;
}
.TagClassName
{
border-color: #A8AAA6;
}
</style>