Html Css Color HEX #ADB8A3 Silver Chalice

📋 copy color: '#ADB8A3'

red 173 ◦ green 184 ◦ blue 163

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

Shades of Silver Chalice #ADB8A3

Tints of Silver Chalice #ADB8A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 31.35%

R = 33.27%
G = 35.38%
B = 31.35%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.11

 K value IS 0.28

RGB Variations

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

Color information

#ADB8A3 (or 0xADB8A3) is known color: Silver Chalice. HEX triplet: AD, B8 and A3. RGB value is (173,184,163). Sum of RGB (Red+Green+Blue) = 173+184+163=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 184 (72.27% from 255 or 35.38% from 520); Blue value is 163 (64.06% from 255 or 31.35% from 520); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB8A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB8A3 is #52475C. Grayscale: #B2B2B2. Windows color (decimal): -5392221 or 10729645. OLE color: 10729645.

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

Color convert

RGB 173 184 163 -
CMYK 0.06 0 0.11 0.28
HSL 91.43º 0.13% 0.68% -
HSV(B) 91.43º 0.11% 0.72% -
XYZ 40.98 45.81 41.33 -
YUV 178.32 119.36 124.21 -
System Red Green Blue C M Y K H S L
Decimal 173 184 163 0.06 0 0.11 0.28 91.43 0.13 0.68
Hex AD B8 A3 6 0 B 1C 5B D 44
Octal 255 270 243 6 0 13 34 133 15 104
Binary 10101101 10111000 10100011 110 0 1011 11100 1011011 1101 1000100

Color Harmonies of #ADB8A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB8A3

Black with #ADB8A3

Text Example


Text Example

White with #ADB8A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB8A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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