Html Css Color HEX #A6AD9E Silver Chalice

📋 copy color: '#A6AD9E'

red 166 ◦ green 173 ◦ blue 158

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

Shades of Silver Chalice #A6AD9E

Tints of Silver Chalice #A6AD9E

RGB

 RED value IS 166 (65.23% from 255) = 33.4%

 GREEN value IS 173 (67.97% from 255) = 34.81%

 BLUE value IS 158 (62.11% from 255) = 31.79%

R = 33.4%
G = 34.81%
B = 31.79%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#A6AD9E (or 0xA6AD9E) is known color: Silver Chalice. HEX triplet: A6, AD and 9E. RGB value is (166,173,158). Sum of RGB (Red+Green+Blue) = 166+173+158=497 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.40% from 497); Green value is 173 (67.97% from 255 or 34.81% from 497); Blue value is 158 (62.11% from 255 or 31.79% from 497); Max value from RGB is 173 - color contains mainly: green. Hex color #A6AD9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AD9E is #595261. Grayscale: #A9A9A9. Windows color (decimal): -5853794 or 10399142. OLE color: 10399142.

HSL color Cylindrical-coordinate representation of color #A6AD9E: hue angle of 88º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A6AD9E is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB 166 173 158 -
CMYK 0.04 0 0.09 0.32
HSL 88º 0.08% 0.65% -
HSV(B) 88º 0.09% 0.68% -
XYZ 36.84 40.46 38.22 -
YUV 169.2 121.68 125.72 -
System Red Green Blue C M Y K H S L
Decimal 166 173 158 0.04 0 0.09 0.32 88 0.08 0.65
Hex A6 AD 9E 4 0 9 20 58 8 41
Octal 246 255 236 4 0 11 40 130 10 101
Binary 10100110 10101101 10011110 100 0 1001 100000 1011000 1000 1000001

Color Harmonies of #A6AD9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AD9E

Black with #A6AD9E

Text Example


Text Example

White with #A6AD9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AD9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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