#ADB8A6

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

Shades of Silver Chalice #ADB8A6

Tints of Silver Chalice #ADB8A6

Color information

#ADB8A6 (or 0xADB8A6) is unknown color: approx Silver Chalice. HEX triplet: AD, B8 and A6. RGB value is (173,184,166). Sum of RGB (Red+Green+Blue) = 173+184+166=523 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.08% from 523); Green value is 184 (72.27% from 255 or 35.18% from 523); Blue value is 166 (65.23% from 255 or 31.74% from 523); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB8A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB8A6 is #524759. Grayscale: #B2B2B2. Windows color (decimal): -5392218 or 10926253. OLE color: 10926253.

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

Color convert

RGB173184166-
CMYK0.0600.100.28
HSL96.67º11.25%68.63%-
HSV(B)96.67º9.78%72.16%-
XYZ41.2645.9242.77-
YUV178.66120.86123.96-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.08%
GREEN value IS 184 (72.27% from 255) = 35.18%
BLUE value IS 166 (65.23% from 255) = 31.74%
R=33.08%
G=35.18%
B=31.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1731841660.0600.100.2896.6711.2568.63
HexADB8A660A1C61b45
Octal25527024660123414113105
Binary1010110110111000101001101100101011100110000110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB8A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB8A6; }

 p { color: rgb(173,184,166); }

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

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

 a { background-color: rgb(173,184,166); }

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

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

 span { border-color: rgb(173,184,166); }

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