Html Css Color HEX #ADBA9F Silver Chalice

📋 copy color: '#ADBA9F'

red 173 ◦ green 186 ◦ blue 159

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

Shades of Silver Chalice #ADBA9F

Tints of Silver Chalice #ADBA9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 30.69%

R = 33.4%
G = 35.91%
B = 30.69%

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

#ADBA9F (or 0xADBA9F) is known color: Silver Chalice. HEX triplet: AD, BA and 9F. RGB value is (173,186,159). Sum of RGB (Red+Green+Blue) = 173+186+159=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 186 (73.05% from 255 or 35.91% from 518); Blue value is 159 (62.5% from 255 or 30.69% from 518); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBA9F is #524560. Grayscale: #B3B3B3. Windows color (decimal): -5391713 or 10468013. OLE color: 10468013.

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

Color convert

RGB 173 186 159 -
CMYK 0.07 0 0.15 0.27
HSL 88.89º 0.16% 0.68% -
HSV(B) 88.89º 0.15% 0.73% -
XYZ 41.05 46.51 39.61 -
YUV 179.04 116.69 123.7 -
System Red Green Blue C M Y K H S L
Decimal 173 186 159 0.07 0 0.15 0.27 88.89 0.16 0.68
Hex AD BA 9F 7 0 F 1B 59 10 44
Octal 255 272 237 7 0 17 33 131 20 104
Binary 10101101 10111010 10011111 111 0 1111 11011 1011001 10000 1000100

Color Harmonies of #ADBA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBA9F

Black with #ADBA9F

Text Example


Text Example

White with #ADBA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBA9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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