Html Css Color HEX #ADB4A5 Silver Chalice

📋 copy color: '#ADB4A5'

red 173 ◦ green 180 ◦ blue 165

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

Shades of Silver Chalice #ADB4A5

Tints of Silver Chalice #ADB4A5

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.75%

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

R = 33.4%
G = 34.75%
B = 31.85%

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

#ADB4A5 (or 0xADB4A5) is known color: Silver Chalice. HEX triplet: AD, B4 and A5. RGB value is (173,180,165). Sum of RGB (Red+Green+Blue) = 173+180+165=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 180 (70.70% from 255 or 34.75% from 518); Blue value is 165 (64.84% from 255 or 31.85% from 518); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB4A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB4A5 is #524B5A. Grayscale: #B0B0B0. Windows color (decimal): -5393243 or 10859693. OLE color: 10859693.

HSL color Cylindrical-coordinate representation of color #ADB4A5: hue angle of 88º 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 #ADB4A5 is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 180 165 -
CMYK 0.04 0 0.08 0.29
HSL 88º 0.09% 0.68% -
HSV(B) 88º 0.08% 0.71% -
XYZ 40.35 44.24 42.01 -
YUV 176.2 121.68 125.72 -
System Red Green Blue C M Y K H S L
Decimal 173 180 165 0.04 0 0.08 0.29 88 0.09 0.68
Hex AD B4 A5 4 0 8 1D 58 9 44
Octal 255 264 245 4 0 10 35 130 11 104
Binary 10101101 10110100 10100101 100 0 1000 11101 1011000 1001 1000100

Color Harmonies of #ADB4A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB4A5

Black with #ADB4A5

Text Example


Text Example

White with #ADB4A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB4A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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