#ADAFA9

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

Shades of Silver Chalice #ADAFA9

Tints of Silver Chalice #ADAFA9

Color information

#ADAFA9 (or 0xADAFA9) is unknown color: approx Silver Chalice. HEX triplet: AD, AF and A9. RGB value is (173,175,169). Sum of RGB (Red+Green+Blue) = 173+175+169=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 175 (68.75% from 255 or 33.85% from 517); Blue value is 169 (66.41% from 255 or 32.69% from 517); Max value from RGB is 175 - color contains mainly: green. Hex color #ADAFA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAFA9 is #525056. Grayscale: #ADADAD. Windows color (decimal): -5394519 or 11120557. OLE color: 11120557.

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

Color convert

RGB173175169-
CMYK0.0100.030.31
HSL80º3.61%67.45%-
HSV(B)80º3.43%68.63%-
XYZ39.7242.4143.63-
YUV173.72125.34127.49-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.46%
GREEN value IS 175 (68.75% from 255) = 33.85%
BLUE value IS 169 (66.41% from 255) = 32.69%
R=33.46%
G=33.85%
B=32.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731751690.0100.030.31803.6167.45
HexADAFA91031F50443
Octal255257251103371204103
Binary10101101101011111010100110111111110100001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAFA9; }

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

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

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

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

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

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

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

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