#ADB7A4

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

Shades of Silver Chalice #ADB7A4

Tints of Silver Chalice #ADB7A4

Color information

#ADB7A4 (or 0xADB7A4) is unknown color: approx Silver Chalice. HEX triplet: AD, B7 and A4. RGB value is (173,183,164). Sum of RGB (Red+Green+Blue) = 173+183+164=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 183 (71.88% from 255 or 35.19% from 520); Blue value is 164 (64.45% from 255 or 31.54% from 520); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB7A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB7A4 is #52485B. Grayscale: #B1B1B1. Windows color (decimal): -5392476 or 10794925. OLE color: 10794925.

HSL color Cylindrical-coordinate representation of color #ADB7A4: hue angle of 91.58º degrees, saturation: 0.12, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ADB7A4 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.28.

Color convert

RGB173183164-
CMYK0.0500.100.28
HSL91.58º11.66%68.04%-
HSV(B)91.58º10.38%71.76%-
XYZ40.8745.4341.74-
YUV177.84120.19124.54-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.27%
GREEN value IS 183 (71.88% from 255) = 35.19%
BLUE value IS 164 (64.45% from 255) = 31.54%
R=33.27%
G=35.19%
B=31.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1731831640.0500.100.2891.5811.6668.04
HexADB7A450A1C5cc44
Octal25526724450123413414104
Binary1010110110110111101001001010101011100101110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB7A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB7A4; }

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

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

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

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

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

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

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

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