#ADB5A7

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

Shades of Silver Chalice #ADB5A7

Tints of Silver Chalice #ADB5A7

Color information

#ADB5A7 (or 0xADB5A7) is unknown color: approx Silver Chalice. HEX triplet: AD, B5 and A7. RGB value is (173,181,167). Sum of RGB (Red+Green+Blue) = 173+181+167=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 181 (71.09% from 255 or 34.74% from 521); Blue value is 167 (65.62% from 255 or 32.05% from 521); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB5A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB5A7 is #524A58. Grayscale: #B1B1B1. Windows color (decimal): -5392985 or 10991021. OLE color: 10991021.

HSL color Cylindrical-coordinate representation of color #ADB5A7: hue angle of 94.29º 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 #ADB5A7 is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB173181167-
CMYK0.0400.080.29
HSL94.29º8.64%68.24%-
HSV(B)94.29º7.73%70.98%-
XYZ40.7344.7243.04-
YUV177.01122.35125.14-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.21%
GREEN value IS 181 (71.09% from 255) = 34.74%
BLUE value IS 167 (65.62% from 255) = 32.05%
R=33.21%
G=34.74%
B=32.05%

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
Decimal1731811670.0400.080.2994.298.6468.24
HexADB5A74081D5e944
Octal25526524740103513611104
Binary1010110110110101101001111000100011101101111010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB5A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB5A7; }

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

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

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

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

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

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

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

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