Html Css Color HEX #ADBA9E Silver Chalice

📋 copy color: '#ADBA9E'

red 173 ◦ green 186 ◦ blue 158

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

Shades of Silver Chalice #ADBA9E

Tints of Silver Chalice #ADBA9E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.98%

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

R = 33.46%
G = 35.98%
B = 30.56%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#ADBA9E (or 0xADBA9E) is known color: Silver Chalice. HEX triplet: AD, BA and 9E. RGB value is (173,186,158). Sum of RGB (Red+Green+Blue) = 173+186+158=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 158 (62.11% from 255 or 30.56% from 517); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBA9E is #524561. Grayscale: #B3B3B3. Windows color (decimal): -5391714 or 10402477. OLE color: 10402477.

HSL color Cylindrical-coordinate representation of color #ADBA9E: hue angle of 87.86º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ADBA9E is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 186 158 -
CMYK 0.07 0 0.15 0.27
HSL 87.86º 0.17% 0.67% -
HSV(B) 87.86º 0.15% 0.73% -
XYZ 40.96 46.47 39.16 -
YUV 178.92 116.19 123.78 -
System Red Green Blue C M Y K H S L
Decimal 173 186 158 0.07 0 0.15 0.27 87.86 0.17 0.67
Hex AD BA 9E 7 0 F 1B 58 11 43
Octal 255 272 236 7 0 17 33 130 21 103
Binary 10101101 10111010 10011110 111 0 1111 11011 1011000 10001 1000011

Color Harmonies of #ADBA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBA9E

Black with #ADBA9E

Text Example


Text Example

White with #ADBA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBA9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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