Html Css Color HEX #ADB9A1 Silver Chalice

📋 copy color: '#ADB9A1'

red 173 ◦ green 185 ◦ blue 161

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

Shades of Silver Chalice #ADB9A1

Tints of Silver Chalice #ADB9A1

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.65%

 BLUE value IS 161 (63.28% from 255) = 31.02%

R = 33.33%
G = 35.65%
B = 31.02%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#ADB9A1 (or 0xADB9A1) is known color: Silver Chalice. HEX triplet: AD, B9 and A1. RGB value is (173,185,161). Sum of RGB (Red+Green+Blue) = 173+185+161=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 185 (72.66% from 255 or 35.65% from 519); Blue value is 161 (63.28% from 255 or 31.02% from 519); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB9A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB9A1 is #52465E. Grayscale: #B2B2B2. Windows color (decimal): -5391967 or 10598829. OLE color: 10598829.

HSL color Cylindrical-coordinate representation of color #ADB9A1: hue angle of 90º degrees, saturation: 0.15, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ADB9A1 is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 185 161 -
CMYK 0.06 0 0.13 0.27
HSL 90º 0.15% 0.68% -
HSV(B) 90º 0.13% 0.73% -
XYZ 41.02 46.16 40.47 -
YUV 178.68 118.02 123.95 -
System Red Green Blue C M Y K H S L
Decimal 173 185 161 0.06 0 0.13 0.27 90 0.15 0.68
Hex AD B9 A1 6 0 D 1B 5A F 44
Octal 255 271 241 6 0 15 33 132 17 104
Binary 10101101 10111001 10100001 110 0 1101 11011 1011010 1111 1000100

Color Harmonies of #ADB9A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB9A1

Black with #ADB9A1

Text Example


Text Example

White with #ADB9A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB9A1; }

 p { color: rgb(173,185,161); }

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

background-color css

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

 a { background-color: rgb(173,185,161); }

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

border-color css

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

 span { border-color: rgb(173,185,161); }

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