#ADAEAA

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

Shades of Silver Chalice #ADAEAA

Tints of Silver Chalice #ADAEAA

Color information

#ADAEAA (or 0xADAEAA) is unknown color: approx Silver Chalice. HEX triplet: AD, AE and AA. RGB value is (173,174,170). Sum of RGB (Red+Green+Blue) = 173+174+170=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 174 (68.36% from 255 or 33.66% from 517); Blue value is 170 (66.80% from 255 or 32.88% from 517); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAEAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAEAA is #525155. Grayscale: #ADADAD. Windows color (decimal): -5394774 or 11185837. OLE color: 11185837.

HSL color Cylindrical-coordinate representation of color #ADAEAA: hue angle of 75º degrees, saturation: 0.02, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #ADAEAA is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB173174170-
CMYK0.0100.020.32
HSL75º2.41%67.45%-
HSV(B)75º2.3%68.24%-
XYZ39.6342.0644.06-
YUV173.24126.17127.83-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.46%
GREEN value IS 174 (68.36% from 255) = 33.66%
BLUE value IS 170 (66.80% from 255) = 32.88%
R=33.46%
G=33.66%
B=32.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731741700.0100.020.32752.4167.45
HexADAEAA102204b243
Octal255256252102401132103
Binary10101101101011101010101010101000001001011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAEAA; }

 p { color: rgb(173,174,170); }

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

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

 a { background-color: rgb(173,174,170); }

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

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

 span { border-color: rgb(173,174,170); }

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