#ADBA9E

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

Shades of Silver Chalice #ADBA9E

Tints of Silver Chalice #ADBA9E

Color information

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

RGB173186158-
CMYK0.0700.150.27
HSL87.86º16.87%67.45%-
HSV(B)87.86º15.05%72.94%-
XYZ40.9646.4739.16-
YUV178.92116.19123.78-

RGB Variations

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

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 (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731861580.0700.150.2787.8616.8767.45
HexADBA9E70F1B581143
Octal25527223670173313021103
Binary10101101101110101001111011101111110111011000100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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