#ADBAA2

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

Shades of Silver Chalice #ADBAA2

Tints of Silver Chalice #ADBAA2

Color information

#ADBAA2 (or 0xADBAA2) is unknown color: approx Silver Chalice. HEX triplet: AD, BA and A2. RGB value is (173,186,162). Sum of RGB (Red+Green+Blue) = 173+186+162=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 162 (63.67% from 255 or 31.09% from 521); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBAA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBAA2 is #52455D. Grayscale: #B3B3B3. Windows color (decimal): -5391710 or 10664621. OLE color: 10664621.

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

Color convert

RGB173186162-
CMYK0.0700.130.27
HSL92.5º14.81%68.24%-
HSV(B)92.5º12.9%72.94%-
XYZ41.3146.6141-
YUV179.38118.19123.45-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.21%
GREEN value IS 186 (73.05% from 255) = 35.70%
BLUE value IS 162 (63.67% from 255) = 31.09%
R=33.21%
G=35.70%
B=31.09%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731861620.0700.130.2792.514.8168.24
HexADBAA270D1B5cf44
Octal25527224270153313417104
Binary1010110110111010101000101110110111011101110011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBAA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBAA2; }

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

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

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

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

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

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

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

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