#A5AA9E

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

Shades of Silver Chalice #A5AA9E

Tints of Silver Chalice #A5AA9E

Color information

#A5AA9E (or 0xA5AA9E) is unknown color: approx Silver Chalice. HEX triplet: A5, AA and 9E. RGB value is (165,170,158). Sum of RGB (Red+Green+Blue) = 165+170+158=493 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.47% from 493); Green value is 170 (66.80% from 255 or 34.48% from 493); Blue value is 158 (62.11% from 255 or 32.05% from 493); Max value from RGB is 170 - color contains mainly: green. Hex color #A5AA9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AA9E is #5A5561. Grayscale: #A7A7A7. Windows color (decimal): -5920098 or 10398373. OLE color: 10398373.

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

Color convert

RGB165170158-
CMYK0.0300.070.33
HSL85º6.59%64.31%-
HSV(B)85º7.06%66.67%-
XYZ36.0639.2238.02-
YUV167.14122.84126.48-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.47%
GREEN value IS 170 (66.80% from 255) = 34.48%
BLUE value IS 158 (62.11% from 255) = 32.05%
R=33.47%
G=34.48%
B=32.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651701580.0300.070.33856.5964.31
HexA5AA9E3072155740
Octal245252236307411257100
Binary10100101101010101001111011011110000110101011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AA9E; }

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

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

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

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

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

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

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

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