#A3A79E

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

Shades of Silver Chalice #A3A79E

Tints of Silver Chalice #A3A79E

Color information

#A3A79E (or 0xA3A79E) is unknown color: approx Silver Chalice. HEX triplet: A3, A7 and 9E. RGB value is (163,167,158). Sum of RGB (Red+Green+Blue) = 163+167+158=488 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.40% from 488); Green value is 167 (65.62% from 255 or 34.22% from 488); Blue value is 158 (62.11% from 255 or 32.38% from 488); Max value from RGB is 167 - color contains mainly: green. Hex color #A3A79E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A79E is #5C5861. Grayscale: #A4A4A4. Windows color (decimal): -6051938 or 10397603. OLE color: 10397603.

HSL color Cylindrical-coordinate representation of color #A3A79E: hue angle of 86.67º degrees, saturation: 0.05, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A3A79E is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB163167158-
CMYK0.0200.050.35
HSL86.67º4.86%63.73%-
HSV(B)86.67º5.39%65.49%-
XYZ35.0937.8937.81-
YUV164.78124.17126.73-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.40%
GREEN value IS 167 (65.62% from 255) = 34.22%
BLUE value IS 158 (62.11% from 255) = 32.38%
R=33.40%
G=34.22%
B=32.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1631671580.0200.050.3586.674.8663.73
HexA3A79E2052357540
Octal243247236205431275100
Binary10100011101001111001111010010110001110101111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A79E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A79E; }

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

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

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

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

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

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

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

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