Html Css Color HEX #ADB5A8 Silver Chalice

📋 copy color: '#ADB5A8'

red 173 ◦ green 181 ◦ blue 168

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

Shades of Silver Chalice #ADB5A8

Tints of Silver Chalice #ADB5A8

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.67%

 BLUE value IS 168 (66.02% from 255) = 32.18%

R = 33.14%
G = 34.67%
B = 32.18%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#ADB5A8 (or 0xADB5A8) is known color: Silver Chalice. HEX triplet: AD, B5 and A8. RGB value is (173,181,168). Sum of RGB (Red+Green+Blue) = 173+181+168=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 181 (71.09% from 255 or 34.67% from 522); Blue value is 168 (66.02% from 255 or 32.18% from 522); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB5A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB5A8 is #524A57. Grayscale: #B1B1B1. Windows color (decimal): -5392984 or 11056557. OLE color: 11056557.

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

Color convert

RGB 173 181 168 -
CMYK 0.04 0 0.07 0.29
HSL 96.92º 0.08% 0.68% -
HSV(B) 96.92º 0.07% 0.71% -
XYZ 40.83 44.76 43.53 -
YUV 177.13 122.85 125.06 -
System Red Green Blue C M Y K H S L
Decimal 173 181 168 0.04 0 0.07 0.29 96.92 0.08 0.68
Hex AD B5 A8 4 0 7 1D 61 8 44
Octal 255 265 250 4 0 7 35 141 10 104
Binary 10101101 10110101 10101000 100 0 111 11101 1100001 1000 1000100

Color Harmonies of #ADB5A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB5A8

Black with #ADB5A8

Text Example


Text Example

White with #ADB5A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB5A8; }

 p { color: rgb(173,181,168); }

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

background-color css

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

 a { background-color: rgb(173,181,168); }

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

border-color css

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

 span { border-color: rgb(173,181,168); }

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