#ADB4A7

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

Shades of Silver Chalice #ADB4A7

Tints of Silver Chalice #ADB4A7

Color information

#ADB4A7 (or 0xADB4A7) is unknown color: approx Silver Chalice. HEX triplet: AD, B4 and A7. RGB value is (173,180,167). Sum of RGB (Red+Green+Blue) = 173+180+167=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 180 (70.70% from 255 or 34.62% from 520); Blue value is 167 (65.62% from 255 or 32.12% from 520); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB4A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB4A7 is #524B58. Grayscale: #B0B0B0. Windows color (decimal): -5393241 or 10990765. OLE color: 10990765.

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

Color convert

RGB173180167-
CMYK0.0400.070.29
HSL92.31º7.98%68.04%-
HSV(B)92.31º7.22%70.59%-
XYZ40.5344.3242.98-
YUV176.42122.68125.56-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.27%
GREEN value IS 180 (70.70% from 255) = 34.62%
BLUE value IS 167 (65.62% from 255) = 32.12%
R=33.27%
G=34.62%
B=32.12%

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
Decimal1731801670.0400.070.2992.317.9868.04
HexADB4A74071D5c844
Octal2552642474073513410104
Binary101011011011010010100111100011111101101110010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB4A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB4A7; }

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

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

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

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

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

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

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

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