#ADBAA0

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

Shades of Silver Chalice #ADBAA0

Tints of Silver Chalice #ADBAA0

Color information

#ADBAA0 (or 0xADBAA0) is unknown color: approx Silver Chalice. HEX triplet: AD, BA and A0. RGB value is (173,186,160). Sum of RGB (Red+Green+Blue) = 173+186+160=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 186 (73.05% from 255 or 35.84% from 519); Blue value is 160 (62.89% from 255 or 30.83% from 519); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBAA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBAA0 is #52455F. Grayscale: #B3B3B3. Windows color (decimal): -5391712 or 10533549. OLE color: 10533549.

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

Color convert

RGB173186160-
CMYK0.0700.140.27
HSL90º15.85%67.84%-
HSV(B)90º13.98%72.94%-
XYZ41.1446.5440.07-
YUV179.15117.19123.61-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.33%
GREEN value IS 186 (73.05% from 255) = 35.84%
BLUE value IS 160 (62.89% from 255) = 30.83%
R=33.33%
G=35.84%
B=30.83%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731861600.0700.140.279015.8567.84
HexADBAA070E1B5a1044
Octal25527224070163313220104
Binary10101101101110101010000011101110110111011010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBAA0; }

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

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

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

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

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

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

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

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