#ADAEA9

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

Shades of Silver Chalice #ADAEA9

Tints of Silver Chalice #ADAEA9

Color information

#ADAEA9 (or 0xADAEA9) is unknown color: approx Silver Chalice. HEX triplet: AD, AE and A9. RGB value is (173,174,169). Sum of RGB (Red+Green+Blue) = 173+174+169=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 174 (68.36% from 255 or 33.72% from 516); Blue value is 169 (66.41% from 255 or 32.75% from 516); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAEA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAEA9 is #525156. Grayscale: #ADADAD. Windows color (decimal): -5394775 or 11120301. OLE color: 11120301.

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

Color convert

RGB173174169-
CMYK0.0100.030.32
HSL72º2.99%67.25%-
HSV(B)72º2.87%68.24%-
XYZ39.5342.0243.56-
YUV173.13125.67127.91-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.53%
GREEN value IS 174 (68.36% from 255) = 33.72%
BLUE value IS 169 (66.41% from 255) = 32.75%
R=33.53%
G=33.72%
B=32.75%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731741690.0100.030.32722.9967.25
HexADAEA91032048343
Octal255256251103401103103
Binary10101101101011101010100110111000001001000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAEA9; }

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

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

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

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

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

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

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

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