#ADB4A3

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

Shades of Silver Chalice #ADB4A3

Tints of Silver Chalice #ADB4A3

Color information

#ADB4A3 (or 0xADB4A3) is unknown color: approx Silver Chalice. HEX triplet: AD, B4 and A3. RGB value is (173,180,163). Sum of RGB (Red+Green+Blue) = 173+180+163=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 180 (70.70% from 255 or 34.88% from 516); Blue value is 163 (64.06% from 255 or 31.59% from 516); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB4A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB4A3 is #524B5C. Grayscale: #B0B0B0. Windows color (decimal): -5393245 or 10728621. OLE color: 10728621.

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

Color convert

RGB173180163-
CMYK0.0400.090.29
HSL84.71º10.18%67.25%-
HSV(B)84.71º9.44%70.59%-
XYZ40.1744.1741.06-
YUV175.97120.68125.88-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.53%
GREEN value IS 180 (70.70% from 255) = 34.88%
BLUE value IS 163 (64.06% from 255) = 31.59%
R=33.53%
G=34.88%
B=31.59%

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
Decimal1731801630.0400.090.2984.7110.1867.25
HexADB4A34091D55a43
Octal25526424340113512512103
Binary1010110110110100101000111000100111101101010110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB4A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB4A3; }

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

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

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

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

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

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

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

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