#ADBAA3

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

Shades of Silver Chalice #ADBAA3

Tints of Silver Chalice #ADBAA3

Color information

#ADBAA3 (or 0xADBAA3) is unknown color: approx Silver Chalice. HEX triplet: AD, BA and A3. RGB value is (173,186,163). Sum of RGB (Red+Green+Blue) = 173+186+163=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 186 (73.05% from 255 or 35.63% from 522); Blue value is 163 (64.06% from 255 or 31.23% from 522); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBAA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBAA3 is #52455C. Grayscale: #B3B3B3. Windows color (decimal): -5391709 or 10730157. OLE color: 10730157.

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

Color convert

RGB173186163-
CMYK0.0700.120.27
HSL93.91º14.29%68.43%-
HSV(B)93.91º12.37%72.94%-
XYZ41.446.6541.47-
YUV179.49118.69123.37-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.14%
GREEN value IS 186 (73.05% from 255) = 35.63%
BLUE value IS 163 (64.06% from 255) = 31.23%
R=33.14%
G=35.63%
B=31.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731861630.0700.120.2793.9114.2968.43
HexADBAA370C1B5ee44
Octal25527224370143313616104
Binary1010110110111010101000111110110011011101111011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBAA3; }

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

 H1.HeaderClassName
 {
   color: #ADBAA3;
 }
 .AnyTagClassName
 {
   color: #ADBAA3;
 }
</style>
background-color css

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

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

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

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

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

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