#ADBA9F

Color #ADBA9F Silver Chalice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Silver Chalice #ADBA9F

Tints of Silver Chalice #ADBA9F

Color information

#ADBA9F (or 0xADBA9F) is unknown color: approx 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

RGB173186159-
CMYK0.0700.150.27
HSL88.89º16.36%67.65%-
HSV(B)88.89º14.52%72.94%-
XYZ41.0546.5139.61-
YUV179.04116.69123.7-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.40%
GREEN value IS 186 (73.05% from 255) = 35.91%
BLUE value IS 159 (62.5% from 255) = 30.69%
R=33.40%
G=35.91%
B=30.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731861590.0700.150.2788.8916.3667.65
HexADBA9F70F1B591044
Octal25527223770173313120104
Binary10101101101110101001111111101111110111011001100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>