#A0A39E

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

Shades of Silver Chalice #A0A39E

Tints of Silver Chalice #A0A39E

Color information

#A0A39E (or 0xA0A39E) is unknown color: approx Silver Chalice. HEX triplet: A0, A3 and 9E. RGB value is (160,163,158). Sum of RGB (Red+Green+Blue) = 160+163+158=481 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.26% from 481); Green value is 163 (64.06% from 255 or 33.89% from 481); Blue value is 158 (62.11% from 255 or 32.85% from 481); Max value from RGB is 163 - color contains mainly: green. Hex color #A0A39E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A39E is #5F5C61. Grayscale: #A1A1A1. Windows color (decimal): -6249570 or 10396576. OLE color: 10396576.

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

Color convert

RGB160163158-
CMYK0.0200.030.36
HSL96º2.65%62.94%-
HSV(B)96º3.07%63.92%-
XYZ33.7736.1437.54-
YUV161.53126.01126.91-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.26%
GREEN value IS 163 (64.06% from 255) = 33.89%
BLUE value IS 158 (62.11% from 255) = 32.85%
R=33.26%
G=33.89%
B=32.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1601631580.0200.030.36962.6562.94
HexA0A39E203246033f
Octal24024323620344140377
Binary10100000101000111001111010011100100110000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A39E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A39E; }

 p { color: rgb(160,163,158); }

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

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

 a { background-color: rgb(160,163,158); }

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

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

 span { border-color: rgb(160,163,158); }

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