#A2A69D

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

Shades of Silver Chalice #A2A69D

Tints of Silver Chalice #A2A69D

Color information

#A2A69D (or 0xA2A69D) is unknown color: approx Silver Chalice. HEX triplet: A2, A6 and 9D. RGB value is (162,166,157). Sum of RGB (Red+Green+Blue) = 162+166+157=485 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.40% from 485); Green value is 166 (65.23% from 255 or 34.23% from 485); Blue value is 157 (61.72% from 255 or 32.37% from 485); Max value from RGB is 166 - color contains mainly: green. Hex color #A2A69D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A69D is #5D5962. Grayscale: #A3A3A3. Windows color (decimal): -6117731 or 10331810. OLE color: 10331810.

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

Color convert

RGB162166157-
CMYK0.0200.050.35
HSL86.67º4.81%63.33%-
HSV(B)86.67º5.42%65.1%-
XYZ34.6237.3937.29-
YUV163.78124.17126.73-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.40%
GREEN value IS 166 (65.23% from 255) = 34.23%
BLUE value IS 157 (61.72% from 255) = 32.37%
R=33.40%
G=34.23%
B=32.37%

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
Decimal1621661570.0200.050.3586.674.8163.33
HexA2A69D205235753f
Octal24224623520543127577
Binary1010001010100110100111011001011000111010111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A69D; }

 p { color: rgb(162,166,157); }

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

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

 a { background-color: rgb(162,166,157); }

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

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

 span { border-color: rgb(162,166,157); }

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