#A5AE9F

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

Shades of Silver Chalice #A5AE9F

Tints of Silver Chalice #A5AE9F

Color information

#A5AE9F (or 0xA5AE9F) is unknown color: approx Silver Chalice. HEX triplet: A5, AE and 9F. RGB value is (165,174,159). Sum of RGB (Red+Green+Blue) = 165+174+159=498 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.13% from 498); Green value is 174 (68.36% from 255 or 34.94% from 498); Blue value is 159 (62.5% from 255 or 31.93% from 498); Max value from RGB is 174 - color contains mainly: green. Hex color #A5AE9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AE9F is #5A5160. Grayscale: #A9A9A9. Windows color (decimal): -5919073 or 10464933. OLE color: 10464933.

HSL color Cylindrical-coordinate representation of color #A5AE9F: hue angle of 96º 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 #A5AE9F is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB165174159-
CMYK0.0500.090.32
HSL96º8.47%65.29%-
HSV(B)96º8.62%68.24%-
XYZ36.9140.7738.73-
YUV169.6122.02124.72-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.13%
GREEN value IS 174 (68.36% from 255) = 34.94%
BLUE value IS 159 (62.5% from 255) = 31.93%
R=33.13%
G=34.94%
B=31.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1651741590.0500.090.32968.4765.29
HexA5AE9F5092060841
Octal24525623750114014010101
Binary10100101101011101001111110101001100000110000010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AE9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AE9F; }

 p { color: rgb(165,174,159); }

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

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

 a { background-color: rgb(165,174,159); }

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

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

 span { border-color: rgb(165,174,159); }

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