Html Css Color HEX #ADB7A5 Silver Chalice

📋 copy color: '#ADB7A5'

red 173 ◦ green 183 ◦ blue 165

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

Shades of Silver Chalice #ADB7A5

Tints of Silver Chalice #ADB7A5

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.12%

 BLUE value IS 165 (64.84% from 255) = 31.67%

R = 33.21%
G = 35.12%
B = 31.67%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.10

 K value IS 0.28

RGB Variations

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

Color information

#ADB7A5 (or 0xADB7A5) is known color: Silver Chalice. HEX triplet: AD, B7 and A5. RGB value is (173,183,165). Sum of RGB (Red+Green+Blue) = 173+183+165=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 183 (71.88% from 255 or 35.12% from 521); Blue value is 165 (64.84% from 255 or 31.67% from 521); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB7A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB7A5 is #52485A. Grayscale: #B2B2B2. Windows color (decimal): -5392475 or 10860461. OLE color: 10860461.

HSL color Cylindrical-coordinate representation of color #ADB7A5: hue angle of 93.33º degrees, saturation: 0.11, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ADB7A5 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.28.

Color convert

RGB 173 183 165 -
CMYK 0.05 0 0.10 0.28
HSL 93.33º 0.11% 0.68% -
HSV(B) 93.33º 0.1% 0.72% -
XYZ 40.96 45.47 42.21 -
YUV 177.96 120.69 124.46 -
System Red Green Blue C M Y K H S L
Decimal 173 183 165 0.05 0 0.10 0.28 93.33 0.11 0.68
Hex AD B7 A5 5 0 A 1C 5D B 44
Octal 255 267 245 5 0 12 34 135 13 104
Binary 10101101 10110111 10100101 101 0 1010 11100 1011101 1011 1000100

Color Harmonies of #ADB7A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB7A5

Black with #ADB7A5

Text Example


Text Example

White with #ADB7A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB7A5; }

 p { color: rgb(173,183,165); }

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

background-color css

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

 a { background-color: rgb(173,183,165); }

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

border-color css

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

 span { border-color: rgb(173,183,165); }

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