#ADB9A4

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

Shades of Silver Chalice #ADB9A4

Tints of Silver Chalice #ADB9A4

Color information

#ADB9A4 (or 0xADB9A4) is unknown color: approx Silver Chalice. HEX triplet: AD, B9 and A4. RGB value is (173,185,164). Sum of RGB (Red+Green+Blue) = 173+185+164=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 185 (72.66% from 255 or 35.44% from 522); Blue value is 164 (64.45% from 255 or 31.42% from 522); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB9A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB9A4 is #52465B. Grayscale: #B3B3B3. Windows color (decimal): -5391964 or 10795437. OLE color: 10795437.

HSL color Cylindrical-coordinate representation of color #ADB9A4: hue angle of 94.29º degrees, saturation: 0.13, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ADB9A4 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB173185164-
CMYK0.0600.110.27
HSL94.29º13.04%68.43%-
HSV(B)94.29º11.35%72.55%-
XYZ41.2846.2641.88-
YUV179.02119.52123.71-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.14%
GREEN value IS 185 (72.66% from 255) = 35.44%
BLUE value IS 164 (64.45% from 255) = 31.42%
R=33.14%
G=35.44%
B=31.42%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731851640.0600.110.2794.2913.0468.43
HexADB9A460B1B5ed44
Octal25527124460133313615104
Binary1010110110111001101001001100101111011101111011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB9A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB9A4; }

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

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

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

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

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

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

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

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