Html Css Color HEX #ADB89E Silver Chalice

📋 copy color: '#ADB89E'

red 173 ◦ green 184 ◦ blue 158

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

Shades of Silver Chalice #ADB89E

Tints of Silver Chalice #ADB89E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 30.68%

R = 33.59%
G = 35.73%
B = 30.68%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.14

 K value IS 0.28

RGB Variations

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

Color information

#ADB89E (or 0xADB89E) is known color: Silver Chalice. HEX triplet: AD, B8 and 9E. RGB value is (173,184,158). Sum of RGB (Red+Green+Blue) = 173+184+158=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 184 (72.27% from 255 or 35.73% from 515); Blue value is 158 (62.11% from 255 or 30.68% from 515); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB89E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB89E is #524761. Grayscale: #B1B1B1. Windows color (decimal): -5392226 or 10401965. OLE color: 10401965.

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

Color convert

RGB 173 184 158 -
CMYK 0.06 0 0.14 0.28
HSL 85.38º 0.15% 0.67% -
HSV(B) 85.38º 0.14% 0.72% -
XYZ 40.55 45.63 39.02 -
YUV 177.75 116.86 124.61 -
System Red Green Blue C M Y K H S L
Decimal 173 184 158 0.06 0 0.14 0.28 85.38 0.15 0.67
Hex AD B8 9E 6 0 E 1C 55 F 43
Octal 255 270 236 6 0 16 34 125 17 103
Binary 10101101 10111000 10011110 110 0 1110 11100 1010101 1111 1000011

Color Harmonies of #ADB89E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB89E

Black with #ADB89E

Text Example


Text Example

White with #ADB89E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB89E; }

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

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

background-color css

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

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

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

border-color css

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

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

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