#A5AAA0

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

Shades of Silver Chalice #A5AAA0

Tints of Silver Chalice #A5AAA0

Color information

#A5AAA0 (or 0xA5AAA0) is unknown color: approx Silver Chalice. HEX triplet: A5, AA and A0. RGB value is (165,170,160). Sum of RGB (Red+Green+Blue) = 165+170+160=495 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.33% from 495); Green value is 170 (66.80% from 255 or 34.34% from 495); Blue value is 160 (62.89% from 255 or 32.32% from 495); Max value from RGB is 170 - color contains mainly: green. Hex color #A5AAA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AAA0 is #5A555F. Grayscale: #A7A7A7. Windows color (decimal): -5920096 or 10529445. OLE color: 10529445.

HSL color Cylindrical-coordinate representation of color #A5AAA0: hue angle of 90º degrees, saturation: 0.06, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A5AAA0 is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB165170160-
CMYK0.0300.060.33
HSL90º5.56%64.71%-
HSV(B)90º5.88%66.67%-
XYZ36.2439.2938.93-
YUV167.36123.84126.31-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.33%
GREEN value IS 170 (66.80% from 255) = 34.34%
BLUE value IS 160 (62.89% from 255) = 32.32%
R=33.33%
G=34.34%
B=32.32%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651701600.0300.060.33905.5664.71
HexA5AAA0306215a641
Octal245252240306411326101
Binary10100101101010101010000011011010000110110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AAA0; }

 p { color: rgb(165,170,160); }

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

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

 a { background-color: rgb(165,170,160); }

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

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

 span { border-color: rgb(165,170,160); }

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