#A1A49F

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

Shades of Silver Chalice #A1A49F

Tints of Silver Chalice #A1A49F

Color information

#A1A49F (or 0xA1A49F) is unknown color: approx Silver Chalice. HEX triplet: A1, A4 and 9F. RGB value is (161,164,159). Sum of RGB (Red+Green+Blue) = 161+164+159=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 164 (64.45% from 255 or 33.88% from 484); Blue value is 159 (62.5% from 255 or 32.85% from 484); Max value from RGB is 164 - color contains mainly: green. Hex color #A1A49F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A49F is #5E5B60. Grayscale: #A2A2A2. Windows color (decimal): -6183777 or 10462369. OLE color: 10462369.

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

Color convert

RGB161164159-
CMYK0.0200.030.36
HSL96º2.67%63.33%-
HSV(B)96º3.05%64.31%-
XYZ34.2336.6338.07-
YUV162.53126.01126.91-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.26%
GREEN value IS 164 (64.45% from 255) = 33.88%
BLUE value IS 159 (62.5% from 255) = 32.85%
R=33.26%
G=33.88%
B=32.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1611641590.0200.030.36962.6763.33
HexA1A49F203246033f
Octal24124423720344140377
Binary10100001101001001001111110011100100110000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A49F; }

 p { color: rgb(161,164,159); }

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

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

 a { background-color: rgb(161,164,159); }

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

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

 span { border-color: rgb(161,164,159); }

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