#ADAEAB

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

Shades of Silver Chalice #ADAEAB

Tints of Silver Chalice #ADAEAB

Color information

#ADAEAB (or 0xADAEAB) is unknown color: approx Silver Chalice. HEX triplet: AD, AE and AB. RGB value is (173,174,171). Sum of RGB (Red+Green+Blue) = 173+174+171=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 174 (68.36% from 255 or 33.59% from 518); Blue value is 171 (67.19% from 255 or 33.01% from 518); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAEAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAEAB is #525154. Grayscale: #ADADAD. Windows color (decimal): -5394773 or 11251373. OLE color: 11251373.

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

Color convert

RGB173174171-
CMYK0.0100.020.32
HSL80º1.82%67.65%-
HSV(B)80º1.72%68.24%-
XYZ39.7242.144.56-
YUV173.36126.67127.74-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.40%
GREEN value IS 174 (68.36% from 255) = 33.59%
BLUE value IS 171 (67.19% from 255) = 33.01%
R=33.40%
G=33.59%
B=33.01%

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
Decimal1731741710.0100.020.32801.8267.65
HexADAEAB1022050244
Octal255256253102401202104
Binary10101101101011101010101110101000001010000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAEAB; }

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

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

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

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

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

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

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

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