Html Css Color HEX #ADB5A7 Silver Chalice

📋 copy color: '#ADB5A7'

red 173 ◦ green 181 ◦ blue 167

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

Shades of Silver Chalice #ADB5A7

Tints of Silver Chalice #ADB5A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 32.05%

R = 33.21%
G = 34.74%
B = 32.05%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#ADB5A7 (or 0xADB5A7) is known color: Silver Chalice. HEX triplet: AD, B5 and A7. RGB value is (173,181,167). Sum of RGB (Red+Green+Blue) = 173+181+167=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 181 (71.09% from 255 or 34.74% from 521); Blue value is 167 (65.62% from 255 or 32.05% from 521); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB5A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB5A7 is #524A58. Grayscale: #B1B1B1. Windows color (decimal): -5392985 or 10991021. OLE color: 10991021.

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

Color convert

RGB 173 181 167 -
CMYK 0.04 0 0.08 0.29
HSL 94.29º 0.09% 0.68% -
HSV(B) 94.29º 0.08% 0.71% -
XYZ 40.73 44.72 43.04 -
YUV 177.01 122.35 125.14 -
System Red Green Blue C M Y K H S L
Decimal 173 181 167 0.04 0 0.08 0.29 94.29 0.09 0.68
Hex AD B5 A7 4 0 8 1D 5E 9 44
Octal 255 265 247 4 0 10 35 136 11 104
Binary 10101101 10110101 10100111 100 0 1000 11101 1011110 1001 1000100

Color Harmonies of #ADB5A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB5A7

Black with #ADB5A7

Text Example


Text Example

White with #ADB5A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB5A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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