Shades of Silver Chalice #A7ABA4
Tints of Silver Chalice #A7ABA4
RGB
CMYK
RGB Variations
Color information
#A7ABA4 (or 0xA7ABA4) is known color: Silver Chalice. HEX triplet: A7, AB and A4. RGB value is (167,171,164). Sum of RGB (Red+Green+Blue) = 167+171+164=502 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.27% from 502); Green value is 171 (67.19% from 255 or 34.06% from 502); Blue value is 164 (64.45% from 255 or 32.67% from 502); Max value from RGB is 171 - color contains mainly: green. Hex color #A7ABA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7ABA4 is #58545B. Grayscale: #A9A9A9. Windows color (decimal): -5788764 or 10791847. OLE color: 10791847.
HSL color Cylindrical-coordinate representation of color #A7ABA4: hue angle of 94.29º degrees, saturation: 0.04, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #A7ABA4 is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
RGB | 167 | 171 | 164 | - |
CMYK | 0.02 | 0 | 0.04 | 0.33 |
HSL | 94.29º | 0.04% | 0.66% | - |
HSV(B) | 94.29º | 0.04% | 0.67% | - |
XYZ | 37.2 | 40.02 | 40.89 | - |
YUV | 169.01 | 125.17 | 126.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 167 | 171 | 164 | 0.02 | 0 | 0.04 | 0.33 | 94.29 | 0.04 | 0.66 |
Hex | A7 | AB | A4 | 2 | 0 | 4 | 21 | 5E | 4 | 42 |
Octal | 247 | 253 | 244 | 2 | 0 | 4 | 41 | 136 | 4 | 102 |
Binary | 10100111 | 10101011 | 10100100 | 10 | 0 | 100 | 100001 | 1011110 | 100 | 1000010 |
Color Harmonies of #A7ABA4
Complementary color
Monochromatic Colors of #A7ABA4
Black with #A7ABA4
Text Example
Text Example
White with #A7ABA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7ABA4; }
p { color: rgb(167,171,164); }
H1.HeaderClassName
{
color: #A7ABA4;
}
.AnyTagClassName
{
color: #A7ABA4;
}
</style>
background-color css
<style>
a { background-color: #A7ABA4; }
a { background-color: rgb(167,171,164); }
div.DivClassName
{
background-color: #A7ABA4;
}
.BgClassName
{
background-color: #A7ABA4;
}
</style>
border-color css
<style>
span { border-color: #A7ABA4; }
span { border-color: rgb(167,171,164); }
td.TdClassName
{
border-color: #A7ABA4;
}
.TagClassName
{
border-color: #A7ABA4;
}
</style>