Html Css Color HEX #ADB4A7 Silver Chalice

📋 copy color: '#ADB4A7'

red 173 ◦ green 180 ◦ blue 167

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

Shades of Silver Chalice #ADB4A7

Tints of Silver Chalice #ADB4A7

RGB

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

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

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

R = 33.27%
G = 34.62%
B = 32.12%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#ADB4A7 (or 0xADB4A7) is known color: Silver Chalice. HEX triplet: AD, B4 and A7. RGB value is (173,180,167). Sum of RGB (Red+Green+Blue) = 173+180+167=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 180 (70.70% from 255 or 34.62% from 520); Blue value is 167 (65.62% from 255 or 32.12% from 520); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB4A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB4A7 is #524B58. Grayscale: #B0B0B0. Windows color (decimal): -5393241 or 10990765. OLE color: 10990765.

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

Color convert

RGB 173 180 167 -
CMYK 0.04 0 0.07 0.29
HSL 92.31º 0.08% 0.68% -
HSV(B) 92.31º 0.07% 0.71% -
XYZ 40.53 44.32 42.98 -
YUV 176.43 122.68 125.56 -
System Red Green Blue C M Y K H S L
Decimal 173 180 167 0.04 0 0.07 0.29 92.31 0.08 0.68
Hex AD B4 A7 4 0 7 1D 5C 8 44
Octal 255 264 247 4 0 7 35 134 10 104
Binary 10101101 10110100 10100111 100 0 111 11101 1011100 1000 1000100

Color Harmonies of #ADB4A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB4A7

Black with #ADB4A7

Text Example


Text Example

White with #ADB4A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB4A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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