#ADB4A4

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

Shades of Silver Chalice #ADB4A4

Tints of Silver Chalice #ADB4A4

Color information

#ADB4A4 (or 0xADB4A4) is unknown color: approx Silver Chalice. HEX triplet: AD, B4 and A4. RGB value is (173,180,164). Sum of RGB (Red+Green+Blue) = 173+180+164=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 180 (70.70% from 255 or 34.82% from 517); Blue value is 164 (64.45% from 255 or 31.72% from 517); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB4A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB4A4 is #524B5B. Grayscale: #B0B0B0. Windows color (decimal): -5393244 or 10794157. OLE color: 10794157.

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

Color convert

RGB173180164-
CMYK0.0400.090.29
HSL86.25º9.64%67.45%-
HSV(B)86.25º8.89%70.59%-
XYZ40.2644.2141.53-
YUV176.08121.18125.8-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.46%
GREEN value IS 180 (70.70% from 255) = 34.82%
BLUE value IS 164 (64.45% from 255) = 31.72%
R=33.46%
G=34.82%
B=31.72%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1731801640.0400.090.2986.259.6467.45
HexADB4A44091D56a43
Octal25526424440113512612103
Binary1010110110110100101001001000100111101101011010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB4A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB4A4; }

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

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

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

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

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

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

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

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