#ADB5A8

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

Shades of Silver Chalice #ADB5A8

Tints of Silver Chalice #ADB5A8

Color information

#ADB5A8 (or 0xADB5A8) is unknown color: approx Silver Chalice. HEX triplet: AD, B5 and A8. RGB value is (173,181,168). Sum of RGB (Red+Green+Blue) = 173+181+168=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 181 (71.09% from 255 or 34.67% from 522); Blue value is 168 (66.02% from 255 or 32.18% from 522); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB5A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB5A8 is #524A57. Grayscale: #B1B1B1. Windows color (decimal): -5392984 or 11056557. OLE color: 11056557.

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

Color convert

RGB173181168-
CMYK0.0400.070.29
HSL96.92º8.07%68.43%-
HSV(B)96.92º7.18%70.98%-
XYZ40.8344.7643.53-
YUV177.13122.85125.06-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.14%
GREEN value IS 181 (71.09% from 255) = 34.67%
BLUE value IS 168 (66.02% from 255) = 32.18%
R=33.14%
G=34.67%
B=32.18%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1731811680.0400.070.2996.928.0768.43
HexADB5A84071D61844
Octal2552652504073514110104
Binary101011011011010110101000100011111101110000110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB5A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB5A8; }

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

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

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

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

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

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

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

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