#ADB9A3

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

Shades of Silver Chalice #ADB9A3

Tints of Silver Chalice #ADB9A3

Color information

#ADB9A3 (or 0xADB9A3) is unknown color: approx Silver Chalice. HEX triplet: AD, B9 and A3. RGB value is (173,185,163). Sum of RGB (Red+Green+Blue) = 173+185+163=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 185 (72.66% from 255 or 35.51% from 521); Blue value is 163 (64.06% from 255 or 31.29% from 521); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB9A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB9A3 is #52465C. Grayscale: #B2B2B2. Windows color (decimal): -5391965 or 10729901. OLE color: 10729901.

HSL color Cylindrical-coordinate representation of color #ADB9A3: hue angle of 92.73º degrees, saturation: 0.14, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ADB9A3 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB173185163-
CMYK0.0600.120.27
HSL92.73º13.58%68.24%-
HSV(B)92.73º11.89%72.55%-
XYZ41.1946.2341.4-
YUV178.9119.02123.79-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.21%
GREEN value IS 185 (72.66% from 255) = 35.51%
BLUE value IS 163 (64.06% from 255) = 31.29%
R=33.21%
G=35.51%
B=31.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731851630.0600.120.2792.7313.5868.24
HexADB9A360C1B5de44
Octal25527124360143313516104
Binary1010110110111001101000111100110011011101110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB9A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB9A3; }

 p { color: rgb(173,185,163); }

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

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

 a { background-color: rgb(173,185,163); }

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

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

 span { border-color: rgb(173,185,163); }

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