#A5AC9E

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

Shades of Silver Chalice #A5AC9E

Tints of Silver Chalice #A5AC9E

Color information

#A5AC9E (or 0xA5AC9E) is unknown color: approx Silver Chalice. HEX triplet: A5, AC and 9E. RGB value is (165,172,158). Sum of RGB (Red+Green+Blue) = 165+172+158=495 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.33% from 495); Green value is 172 (67.58% from 255 or 34.75% from 495); Blue value is 158 (62.11% from 255 or 31.92% from 495); Max value from RGB is 172 - color contains mainly: green. Hex color #A5AC9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AC9E is #5A5361. Grayscale: #A8A8A8. Windows color (decimal): -5919586 or 10398885. OLE color: 10398885.

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

Color convert

RGB165172158-
CMYK0.0400.080.33
HSL90º7.78%64.71%-
HSV(B)90º8.14%67.45%-
XYZ36.4439.9738.14-
YUV168.31122.18125.64-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.33%
GREEN value IS 172 (67.58% from 255) = 34.75%
BLUE value IS 158 (62.11% from 255) = 31.92%
R=33.33%
G=34.75%
B=31.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651721580.0400.080.33907.7864.71
HexA5AC9E408215a841
Octal24525423640104113210101
Binary10100101101011001001111010001000100001101101010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AC9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AC9E; }

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

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

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

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

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

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

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

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