#A7AD9E

Color #A7AD9E Silver Chalice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Silver Chalice #A7AD9E

Tints of Silver Chalice #A7AD9E

Color information

#A7AD9E (or 0xA7AD9E) is unknown color: approx Silver Chalice. HEX triplet: A7, AD and 9E. RGB value is (167,173,158). Sum of RGB (Red+Green+Blue) = 167+173+158=498 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.53% from 498); Green value is 173 (67.97% from 255 or 34.74% from 498); Blue value is 158 (62.11% from 255 or 31.73% from 498); Max value from RGB is 173 - color contains mainly: green. Hex color #A7AD9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7AD9E is #585261. Grayscale: #A9A9A9. Windows color (decimal): -5788258 or 10399143. OLE color: 10399143.

HSL color Cylindrical-coordinate representation of color #A7AD9E: hue angle of 84º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A7AD9E is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB167173158-
CMYK0.0300.090.32
HSL84º8.38%64.9%-
HSV(B)84º8.67%67.84%-
XYZ37.0540.5738.23-
YUV169.5121.51126.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 167 (65.62% from 255) = 33.53%
GREEN value IS 173 (67.97% from 255) = 34.74%
BLUE value IS 158 (62.11% from 255) = 31.73%
R=33.53%
G=34.74%
B=31.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1671731580.0300.090.32848.3864.9
HexA7AD9E3092054841
Octal24725523630114012410101
Binary1010011110101101100111101101001100000101010010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AD9E; }

 p { color: rgb(167,173,158); }

 H1.HeaderClassName
 {
   color: #A7AD9E;
 }
 .AnyTagClassName
 {
   color: #A7AD9E;
 }
</style>
background-color css

<style>
 a { background-color: #A7AD9E; }

 a { background-color: rgb(167,173,158); }

 div.DivClassName
 {
   background-color: #A7AD9E;
 }
 .BgClassName
 {
   background-color: #A7AD9E;
 }
</style>
border-color css

<style>
 span { border-color: #A7AD9E; }

 span { border-color: rgb(167,173,158); }

 td.TdClassName
 {
   border-color: #A7AD9E;
 }
 .TagClassName
 {
   border-color: #A7AD9E;
 }
</style>