Html Css Color HEX #ADB8A5 Silver Chalice

📋 copy color: '#ADB8A5'

red 173 ◦ green 184 ◦ blue 165

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

Shades of Silver Chalice #ADB8A5

Tints of Silver Chalice #ADB8A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 31.61%

R = 33.14%
G = 35.25%
B = 31.61%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.10

 K value IS 0.28

RGB Variations

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

Color information

#ADB8A5 (or 0xADB8A5) is known color: Silver Chalice. HEX triplet: AD, B8 and A5. RGB value is (173,184,165). Sum of RGB (Red+Green+Blue) = 173+184+165=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 184 (72.27% from 255 or 35.25% from 522); Blue value is 165 (64.84% from 255 or 31.61% from 522); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB8A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB8A5 is #52475A. Grayscale: #B2B2B2. Windows color (decimal): -5392219 or 10860717. OLE color: 10860717.

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

Color convert

RGB 173 184 165 -
CMYK 0.06 0 0.10 0.28
HSL 94.74º 0.12% 0.68% -
HSV(B) 94.74º 0.1% 0.72% -
XYZ 41.17 45.88 42.28 -
YUV 178.55 120.36 124.04 -
System Red Green Blue C M Y K H S L
Decimal 173 184 165 0.06 0 0.10 0.28 94.74 0.12 0.68
Hex AD B8 A5 6 0 A 1C 5F C 44
Octal 255 270 245 6 0 12 34 137 14 104
Binary 10101101 10111000 10100101 110 0 1010 11100 1011111 1100 1000100

Color Harmonies of #ADB8A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB8A5

Black with #ADB8A5

Text Example


Text Example

White with #ADB8A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB8A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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