Html Css Color HEX #ADBAA3 Silver Chalice

📋 copy color: '#ADBAA3'

red 173 ◦ green 186 ◦ blue 163

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

Shades of Silver Chalice #ADBAA3

Tints of Silver Chalice #ADBAA3

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.63%

 BLUE value IS 163 (64.06% from 255) = 31.23%

R = 33.14%
G = 35.63%
B = 31.23%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#ADBAA3 (or 0xADBAA3) is known color: Silver Chalice. HEX triplet: AD, BA and A3. RGB value is (173,186,163). Sum of RGB (Red+Green+Blue) = 173+186+163=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 186 (73.05% from 255 or 35.63% from 522); Blue value is 163 (64.06% from 255 or 31.23% from 522); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBAA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBAA3 is #52455C. Grayscale: #B3B3B3. Windows color (decimal): -5391709 or 10730157. OLE color: 10730157.

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

Color convert

RGB 173 186 163 -
CMYK 0.07 0 0.12 0.27
HSL 93.91º 0.14% 0.68% -
HSV(B) 93.91º 0.12% 0.73% -
XYZ 41.4 46.65 41.47 -
YUV 179.49 118.69 123.37 -
System Red Green Blue C M Y K H S L
Decimal 173 186 163 0.07 0 0.12 0.27 93.91 0.14 0.68
Hex AD BA A3 7 0 C 1B 5E E 44
Octal 255 272 243 7 0 14 33 136 16 104
Binary 10101101 10111010 10100011 111 0 1100 11011 1011110 1110 1000100

Color Harmonies of #ADBAA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBAA3

Black with #ADBAA3

Text Example


Text Example

White with #ADBAA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBAA3; }

 p { color: rgb(173,186,163); }

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

background-color css

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

 a { background-color: rgb(173,186,163); }

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

border-color css

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

 span { border-color: rgb(173,186,163); }

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