Html Css Color HEX #ADB8A0 Silver Chalice

📋 copy color: '#ADB8A0'

red 173 ◦ green 184 ◦ blue 160

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

Shades of Silver Chalice #ADB8A0

Tints of Silver Chalice #ADB8A0

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.59%

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

R = 33.46%
G = 35.59%
B = 30.95%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.13

 K value IS 0.28

RGB Variations

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

Color information

#ADB8A0 (or 0xADB8A0) is known color: Silver Chalice. HEX triplet: AD, B8 and A0. RGB value is (173,184,160). Sum of RGB (Red+Green+Blue) = 173+184+160=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 184 (72.27% from 255 or 35.59% from 517); Blue value is 160 (62.89% from 255 or 30.95% from 517); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB8A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB8A0 is #52475F. Grayscale: #B2B2B2. Windows color (decimal): -5392224 or 10533037. OLE color: 10533037.

HSL color Cylindrical-coordinate representation of color #ADB8A0: hue angle of 87.5º 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 #ADB8A0 is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.28.

Color convert

RGB 173 184 160 -
CMYK 0.06 0 0.13 0.28
HSL 87.5º 0.14% 0.67% -
HSV(B) 87.5º 0.13% 0.72% -
XYZ 40.72 45.7 39.93 -
YUV 177.98 117.86 124.45 -
System Red Green Blue C M Y K H S L
Decimal 173 184 160 0.06 0 0.13 0.28 87.5 0.14 0.67
Hex AD B8 A0 6 0 D 1C 57 E 43
Octal 255 270 240 6 0 15 34 127 16 103
Binary 10101101 10111000 10100000 110 0 1101 11100 1010111 1110 1000011

Color Harmonies of #ADB8A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB8A0

Black with #ADB8A0

Text Example


Text Example

White with #ADB8A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB8A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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