Html Css Color HEX #ADB3A6 Silver Chalice

📋 copy color: '#ADB3A6'

red 173 ◦ green 179 ◦ blue 166

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

Shades of Silver Chalice #ADB3A6

Tints of Silver Chalice #ADB3A6

RGB

 RED value IS 173 (67.97% from 255) = 33.4%

 GREEN value IS 179 (70.31% from 255) = 34.56%

 BLUE value IS 166 (65.23% from 255) = 32.05%

R = 33.4%
G = 34.56%
B = 32.05%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.07

 K value IS 0.30

RGB Variations

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

Color information

#ADB3A6 (or 0xADB3A6) is known color: Silver Chalice. HEX triplet: AD, B3 and A6. RGB value is (173,179,166). Sum of RGB (Red+Green+Blue) = 173+179+166=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 179 (70.31% from 255 or 34.56% from 518); Blue value is 166 (65.23% from 255 or 32.05% from 518); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB3A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB3A6 is #524C59. Grayscale: #AFAFAF. Windows color (decimal): -5393498 or 10924973. OLE color: 10924973.

HSL color Cylindrical-coordinate representation of color #ADB3A6: hue angle of 87.69º degrees, saturation: 0.08, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ADB3A6 is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.30.

Color convert

RGB 173 179 166 -
CMYK 0.03 0 0.07 0.30
HSL 87.69º 0.08% 0.68% -
HSV(B) 87.69º 0.07% 0.7% -
XYZ 40.24 43.88 42.42 -
YUV 175.72 122.51 126.06 -
System Red Green Blue C M Y K H S L
Decimal 173 179 166 0.03 0 0.07 0.30 87.69 0.08 0.68
Hex AD B3 A6 3 0 7 1E 58 8 44
Octal 255 263 246 3 0 7 36 130 10 104
Binary 10101101 10110011 10100110 11 0 111 11110 1011000 1000 1000100

Color Harmonies of #ADB3A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB3A6

Black with #ADB3A6

Text Example


Text Example

White with #ADB3A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB3A6; }

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

 H1.HeaderClassName
 {
   color: #ADB3A6;
 }
 .AnyTagClassName
 {
   color: #ADB3A6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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