Html Css Color HEX #ADB7A0 Silver Chalice

📋 copy color: '#ADB7A0'

red 173 ◦ green 183 ◦ blue 160

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

Shades of Silver Chalice #ADB7A0

Tints of Silver Chalice #ADB7A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 31.01%

R = 33.53%
G = 35.47%
B = 31.01%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.13

 K value IS 0.28

RGB Variations

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

Color information

#ADB7A0 (or 0xADB7A0) is known color: Silver Chalice. HEX triplet: AD, B7 and A0. RGB value is (173,183,160). Sum of RGB (Red+Green+Blue) = 173+183+160=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 183 (71.88% from 255 or 35.47% from 516); Blue value is 160 (62.89% from 255 or 31.01% from 516); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB7A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB7A0 is #52485F. Grayscale: #B1B1B1. Windows color (decimal): -5392480 or 10532781. OLE color: 10532781.

HSL color Cylindrical-coordinate representation of color #ADB7A0: hue angle of 86.09º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ADB7A0 is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.28.

Color convert

RGB 173 183 160 -
CMYK 0.05 0 0.13 0.28
HSL 86.09º 0.14% 0.67% -
HSV(B) 86.09º 0.13% 0.72% -
XYZ 40.51 45.29 39.86 -
YUV 177.39 118.19 124.87 -
System Red Green Blue C M Y K H S L
Decimal 173 183 160 0.05 0 0.13 0.28 86.09 0.14 0.67
Hex AD B7 A0 5 0 D 1C 56 E 43
Octal 255 267 240 5 0 15 34 126 16 103
Binary 10101101 10110111 10100000 101 0 1101 11100 1010110 1110 1000011

Color Harmonies of #ADB7A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB7A0

Black with #ADB7A0

Text Example


Text Example

White with #ADB7A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB7A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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