#ADB4A5

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

Shades of Silver Chalice #ADB4A5

Tints of Silver Chalice #ADB4A5

Color information

#ADB4A5 (or 0xADB4A5) is unknown color: approx Silver Chalice. HEX triplet: AD, B4 and A5. RGB value is (173,180,165). Sum of RGB (Red+Green+Blue) = 173+180+165=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 180 (70.70% from 255 or 34.75% from 518); Blue value is 165 (64.84% from 255 or 31.85% from 518); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB4A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB4A5 is #524B5A. Grayscale: #B0B0B0. Windows color (decimal): -5393243 or 10859693. OLE color: 10859693.

HSL color Cylindrical-coordinate representation of color #ADB4A5: hue angle of 88º degrees, saturation: 0.09, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ADB4A5 is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB173180165-
CMYK0.0400.080.29
HSL88º9.09%67.65%-
HSV(B)88º8.33%70.59%-
XYZ40.3544.2442.01-
YUV176.2121.68125.72-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.40%
GREEN value IS 180 (70.70% from 255) = 34.75%
BLUE value IS 165 (64.84% from 255) = 31.85%
R=33.40%
G=34.75%
B=31.85%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1731801650.0400.080.29889.0967.65
HexADB4A54081D58944
Octal25526424540103513011104
Binary1010110110110100101001011000100011101101100010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB4A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB4A5; }

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

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

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

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

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

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

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

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