#ADB3A5

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

Shades of Silver Chalice #ADB3A5

Tints of Silver Chalice #ADB3A5

Color information

#ADB3A5 (or 0xADB3A5) is unknown color: approx Silver Chalice. HEX triplet: AD, B3 and A5. RGB value is (173,179,165). Sum of RGB (Red+Green+Blue) = 173+179+165=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 179 (70.31% from 255 or 34.62% from 517); Blue value is 165 (64.84% from 255 or 31.91% from 517); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB3A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB3A5 is #524C5A. Grayscale: #AFAFAF. Windows color (decimal): -5393499 or 10859437. OLE color: 10859437.

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

Color convert

RGB173179165-
CMYK0.0300.080.30
HSL85.71º8.43%67.45%-
HSV(B)85.71º7.82%70.2%-
XYZ40.1543.8441.94-
YUV175.61122.01126.14-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.46%
GREEN value IS 179 (70.31% from 255) = 34.62%
BLUE value IS 165 (64.84% from 255) = 31.91%
R=33.46%
G=34.62%
B=31.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1731791650.0300.080.3085.718.4367.45
HexADB3A53081E56843
Octal25526324530103612610103
Binary101011011011001110100101110100011110101011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB3A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB3A5; }

 p { color: rgb(173,179,165); }

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

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

 a { background-color: rgb(173,179,165); }

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

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

 span { border-color: rgb(173,179,165); }

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