Html Css Color HEX #ADB6A0 Silver Chalice

📋 copy color: '#ADB6A0'

red 173 ◦ green 182 ◦ blue 160

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

Shades of Silver Chalice #ADB6A0

Tints of Silver Chalice #ADB6A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 31.07%

R = 33.59%
G = 35.34%
B = 31.07%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#ADB6A0 (or 0xADB6A0) is known color: Silver Chalice. HEX triplet: AD, B6 and A0. RGB value is (173,182,160). Sum of RGB (Red+Green+Blue) = 173+182+160=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 182 (71.48% from 255 or 35.34% from 515); Blue value is 160 (62.89% from 255 or 31.07% from 515); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB6A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB6A0 is #52495F. Grayscale: #B0B0B0. Windows color (decimal): -5392736 or 10532525. OLE color: 10532525.

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

Color convert

RGB 173 182 160 -
CMYK 0.05 0 0.12 0.29
HSL 84.55º 0.13% 0.67% -
HSV(B) 84.55º 0.12% 0.71% -
XYZ 40.31 44.88 39.8 -
YUV 176.8 118.52 125.29 -
System Red Green Blue C M Y K H S L
Decimal 173 182 160 0.05 0 0.12 0.29 84.55 0.13 0.67
Hex AD B6 A0 5 0 C 1D 55 D 43
Octal 255 266 240 5 0 14 35 125 15 103
Binary 10101101 10110110 10100000 101 0 1100 11101 1010101 1101 1000011

Color Harmonies of #ADB6A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB6A0

Black with #ADB6A0

Text Example


Text Example

White with #ADB6A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB6A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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