Html Css Color HEX #ADB6A6 Silver Chalice

📋 copy color: '#ADB6A6'

red 173 ◦ green 182 ◦ blue 166

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

Shades of Silver Chalice #ADB6A6

Tints of Silver Chalice #ADB6A6

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.93%

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

R = 33.21%
G = 34.93%
B = 31.86%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#ADB6A6 (or 0xADB6A6) is known color: Silver Chalice. HEX triplet: AD, B6 and A6. RGB value is (173,182,166). Sum of RGB (Red+Green+Blue) = 173+182+166=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 182 (71.48% from 255 or 34.93% from 521); Blue value is 166 (65.23% from 255 or 31.86% from 521); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB6A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB6A6 is #524959. Grayscale: #B1B1B1. Windows color (decimal): -5392730 or 10925741. OLE color: 10925741.

HSL color Cylindrical-coordinate representation of color #ADB6A6: hue angle of 93.75º degrees, saturation: 0.1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ADB6A6 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 182 166 -
CMYK 0.05 0 0.09 0.29
HSL 93.75º 0.1% 0.68% -
HSV(B) 93.75º 0.09% 0.71% -
XYZ 40.84 45.09 42.63 -
YUV 177.49 121.52 124.8 -
System Red Green Blue C M Y K H S L
Decimal 173 182 166 0.05 0 0.09 0.29 93.75 0.1 0.68
Hex AD B6 A6 5 0 9 1D 5E A 44
Octal 255 266 246 5 0 11 35 136 12 104
Binary 10101101 10110110 10100110 101 0 1001 11101 1011110 1010 1000100

Color Harmonies of #ADB6A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB6A6

Black with #ADB6A6

Text Example


Text Example

White with #ADB6A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB6A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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