#A3A99F

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

Shades of Silver Chalice #A3A99F

Tints of Silver Chalice #A3A99F

Color information

#A3A99F (or 0xA3A99F) is unknown color: approx Silver Chalice. HEX triplet: A3, A9 and 9F. RGB value is (163,169,159). Sum of RGB (Red+Green+Blue) = 163+169+159=491 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.20% from 491); Green value is 169 (66.41% from 255 or 34.42% from 491); Blue value is 159 (62.5% from 255 or 32.38% from 491); Max value from RGB is 169 - color contains mainly: green. Hex color #A3A99F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A99F is #5C5660. Grayscale: #A6A6A6. Windows color (decimal): -6051425 or 10463651. OLE color: 10463651.

HSL color Cylindrical-coordinate representation of color #A3A99F: hue angle of 96º degrees, saturation: 0.05, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A3A99F is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.34.

Color convert

RGB163169159-
CMYK0.0400.060.34
HSL96º5.49%64.31%-
HSV(B)96º5.92%66.27%-
XYZ35.5538.6738.39-
YUV166.07124.01125.81-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.20%
GREEN value IS 169 (66.41% from 255) = 34.42%
BLUE value IS 159 (62.5% from 255) = 32.38%
R=33.20%
G=34.42%
B=32.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1631691590.0400.060.34965.4964.31
HexA3A99F4062260540
Octal243251237406421405100
Binary101000111010100110011111100011010001011000001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A99F; }

 p { color: rgb(163,169,159); }

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

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

 a { background-color: rgb(163,169,159); }

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

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

 span { border-color: rgb(163,169,159); }

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