Html Css Color HEX #ADB5A3 Silver Chalice

📋 copy color: '#ADB5A3'

red 173 ◦ green 181 ◦ blue 163

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

Shades of Silver Chalice #ADB5A3

Tints of Silver Chalice #ADB5A3

RGB

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

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

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

R = 33.46%
G = 35.01%
B = 31.53%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.10

 K value IS 0.29

RGB Variations

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

Color information

#ADB5A3 (or 0xADB5A3) is known color: Silver Chalice. HEX triplet: AD, B5 and A3. RGB value is (173,181,163). Sum of RGB (Red+Green+Blue) = 173+181+163=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 181 (71.09% from 255 or 35.01% from 517); Blue value is 163 (64.06% from 255 or 31.53% from 517); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB5A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB5A3 is #524A5C. Grayscale: #B0B0B0. Windows color (decimal): -5392989 or 10728877. OLE color: 10728877.

HSL color Cylindrical-coordinate representation of color #ADB5A3: hue angle of 86.67º degrees, saturation: 0.11, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ADB5A3 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 181 163 -
CMYK 0.04 0 0.10 0.29
HSL 86.67º 0.11% 0.67% -
HSV(B) 86.67º 0.1% 0.71% -
XYZ 40.37 44.58 41.13 -
YUV 176.56 120.35 125.46 -
System Red Green Blue C M Y K H S L
Decimal 173 181 163 0.04 0 0.10 0.29 86.67 0.11 0.67
Hex AD B5 A3 4 0 A 1D 57 B 43
Octal 255 265 243 4 0 12 35 127 13 103
Binary 10101101 10110101 10100011 100 0 1010 11101 1010111 1011 1000011

Color Harmonies of #ADB5A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB5A3

Black with #ADB5A3

Text Example


Text Example

White with #ADB5A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB5A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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