#ADB1AB

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

Shades of Silver Chalice #ADB1AB

Tints of Silver Chalice #ADB1AB

Color information

#ADB1AB (or 0xADB1AB) is unknown color: approx Silver Chalice. HEX triplet: AD, B1 and AB. RGB value is (173,177,171). Sum of RGB (Red+Green+Blue) = 173+177+171=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 177 (69.53% from 255 or 33.97% from 521); Blue value is 171 (67.19% from 255 or 32.82% from 521); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB1AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB1AB is #524E54. Grayscale: #AFAFAF. Windows color (decimal): -5394005 or 11252141. OLE color: 11252141.

HSL color Cylindrical-coordinate representation of color #ADB1AB: hue angle of 100º degrees, saturation: 0.04, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #ADB1AB is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB173177171-
CMYK0.0200.030.31
HSL100º3.7%68.24%-
HSV(B)100º3.39%69.41%-
XYZ40.3143.2744.76-
YUV175.12125.67126.49-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.21%
GREEN value IS 177 (69.53% from 255) = 33.97%
BLUE value IS 171 (67.19% from 255) = 32.82%
R=33.21%
G=33.97%
B=32.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731771710.0200.030.311003.768.24
HexADB1AB2031F64444
Octal255261253203371444104
Binary101011011011000110101011100111111111001001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB1AB; }

 p { color: rgb(173,177,171); }

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

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

 a { background-color: rgb(173,177,171); }

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

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

 span { border-color: rgb(173,177,171); }

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