Html Css Color HEX #ADB1AB Silver Chalice

📋 copy color: '#ADB1AB'

red 173 ◦ green 177 ◦ blue 171

#ADB1AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Silver Chalice #ADB1AB

Tints of Silver Chalice #ADB1AB

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 value IS 0.02

 M value IS 0

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#ADB1AB (or 0xADB1AB) is known color: 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

RGB 173 177 171 -
CMYK 0.02 0 0.03 0.31
HSL 100º 0.04% 0.68% -
HSV(B) 100º 0.03% 0.69% -
XYZ 40.31 43.27 44.76 -
YUV 175.12 125.67 126.49 -
System Red Green Blue C M Y K H S L
Decimal 173 177 171 0.02 0 0.03 0.31 100 0.04 0.68
Hex AD B1 AB 2 0 3 1F 64 4 44
Octal 255 261 253 2 0 3 37 144 4 104
Binary 10101101 10110001 10101011 10 0 11 11111 1100100 100 1000100

Color Harmonies of #ADB1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB1AB

Black with #ADB1AB

Text Example


Text Example

White with #ADB1AB

Text Example


Text Example

HTML Codes & Css Web 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>