Html Css Color HEX #ADB7A4 Silver Chalice

📋 copy color: '#ADB7A4'

red 173 ◦ green 183 ◦ blue 164

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

Shades of Silver Chalice #ADB7A4

Tints of Silver Chalice #ADB7A4

RGB

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

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

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

R = 33.27%
G = 35.19%
B = 31.54%

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

#ADB7A4 (or 0xADB7A4) is known color: Silver Chalice. HEX triplet: AD, B7 and A4. RGB value is (173,183,164). Sum of RGB (Red+Green+Blue) = 173+183+164=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 183 (71.88% from 255 or 35.19% from 520); Blue value is 164 (64.45% from 255 or 31.54% from 520); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB7A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB7A4 is #52485B. Grayscale: #B1B1B1. Windows color (decimal): -5392476 or 10794925. OLE color: 10794925.

HSL color Cylindrical-coordinate representation of color #ADB7A4: hue angle of 91.58º degrees, saturation: 0.12, 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 #ADB7A4 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.28.

Color convert

RGB 173 183 164 -
CMYK 0.05 0 0.10 0.28
HSL 91.58º 0.12% 0.68% -
HSV(B) 91.58º 0.1% 0.72% -
XYZ 40.87 45.43 41.74 -
YUV 177.84 120.19 124.54 -
System Red Green Blue C M Y K H S L
Decimal 173 183 164 0.05 0 0.10 0.28 91.58 0.12 0.68
Hex AD B7 A4 5 0 A 1C 5C C 44
Octal 255 267 244 5 0 12 34 134 14 104
Binary 10101101 10110111 10100100 101 0 1010 11100 1011100 1100 1000100

Color Harmonies of #ADB7A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB7A4

Black with #ADB7A4

Text Example


Text Example

White with #ADB7A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB7A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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