Html Css Color HEX #ADB4A4 Silver Chalice

📋 copy color: '#ADB4A4'

red 173 ◦ green 180 ◦ blue 164

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

Shades of Silver Chalice #ADB4A4

Tints of Silver Chalice #ADB4A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 31.72%

R = 33.46%
G = 34.82%
B = 31.72%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#ADB4A4 (or 0xADB4A4) is known color: Silver Chalice. HEX triplet: AD, B4 and A4. RGB value is (173,180,164). Sum of RGB (Red+Green+Blue) = 173+180+164=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 180 (70.70% from 255 or 34.82% from 517); Blue value is 164 (64.45% from 255 or 31.72% from 517); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB4A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB4A4 is #524B5B. Grayscale: #B0B0B0. Windows color (decimal): -5393244 or 10794157. OLE color: 10794157.

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

Color convert

RGB 173 180 164 -
CMYK 0.04 0 0.09 0.29
HSL 86.25º 0.1% 0.67% -
HSV(B) 86.25º 0.09% 0.71% -
XYZ 40.26 44.21 41.53 -
YUV 176.08 121.18 125.8 -
System Red Green Blue C M Y K H S L
Decimal 173 180 164 0.04 0 0.09 0.29 86.25 0.1 0.67
Hex AD B4 A4 4 0 9 1D 56 A 43
Octal 255 264 244 4 0 11 35 126 12 103
Binary 10101101 10110100 10100100 100 0 1001 11101 1010110 1010 1000011

Color Harmonies of #ADB4A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB4A4

Black with #ADB4A4

Text Example


Text Example

White with #ADB4A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB4A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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