Html Css Color HEX #ADB8A4 Silver Chalice

📋 copy color: '#ADB8A4'

red 173 ◦ green 184 ◦ blue 164

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

Shades of Silver Chalice #ADB8A4

Tints of Silver Chalice #ADB8A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 31.48%

R = 33.21%
G = 35.32%
B = 31.48%

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

#ADB8A4 (or 0xADB8A4) is known color: Silver Chalice. HEX triplet: AD, B8 and A4. RGB value is (173,184,164). Sum of RGB (Red+Green+Blue) = 173+184+164=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 184 (72.27% from 255 or 35.32% from 521); Blue value is 164 (64.45% from 255 or 31.48% from 521); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB8A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB8A4 is #52475B. Grayscale: #B2B2B2. Windows color (decimal): -5392220 or 10795181. OLE color: 10795181.

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

Color convert

RGB 173 184 164 -
CMYK 0.06 0 0.11 0.28
HSL 93º 0.12% 0.68% -
HSV(B) 93º 0.11% 0.72% -
XYZ 41.07 45.85 41.81 -
YUV 178.43 119.86 124.13 -
System Red Green Blue C M Y K H S L
Decimal 173 184 164 0.06 0 0.11 0.28 93 0.12 0.68
Hex AD B8 A4 6 0 B 1C 5D C 44
Octal 255 270 244 6 0 13 34 135 14 104
Binary 10101101 10111000 10100100 110 0 1011 11100 1011101 1100 1000100

Color Harmonies of #ADB8A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB8A4

Black with #ADB8A4

Text Example


Text Example

White with #ADB8A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB8A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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