#ADB5A3

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

Shades of Silver Chalice #ADB5A3

Tints of Silver Chalice #ADB5A3

Color information

#ADB5A3 (or 0xADB5A3) is unknown color: approx Silver Chalice. HEX triplet: AD, B5 and A3. RGB value is (173,181,163). Sum of RGB (Red+Green+Blue) = 173+181+163=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 181 (71.09% from 255 or 35.01% from 517); Blue value is 163 (64.06% from 255 or 31.53% from 517); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB5A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB5A3 is #524A5C. Grayscale: #B0B0B0. Windows color (decimal): -5392989 or 10728877. OLE color: 10728877.

HSL color Cylindrical-coordinate representation of color #ADB5A3: hue angle of 86.67º degrees, saturation: 0.11, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ADB5A3 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.29.

Color convert

RGB173181163-
CMYK0.0400.100.29
HSL86.67º10.84%67.45%-
HSV(B)86.67º9.94%70.98%-
XYZ40.3744.5841.13-
YUV176.56120.35125.46-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.46%
GREEN value IS 181 (71.09% from 255) = 35.01%
BLUE value IS 163 (64.06% from 255) = 31.53%
R=33.46%
G=35.01%
B=31.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1731811630.0400.100.2986.6710.8467.45
HexADB5A340A1D57b43
Octal25526524340123512713103
Binary1010110110110101101000111000101011101101011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB5A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB5A3; }

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

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

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

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

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

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

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

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