#ADBBA0

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

Shades of Silver Chalice #ADBBA0

Tints of Silver Chalice #ADBBA0

Color information

#ADBBA0 (or 0xADBBA0) is unknown color: approx Silver Chalice. HEX triplet: AD, BB and A0. RGB value is (173,187,160). Sum of RGB (Red+Green+Blue) = 173+187+160=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 187 (73.44% from 255 or 35.96% from 520); Blue value is 160 (62.89% from 255 or 30.77% from 520); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBBA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBBA0 is #52445F. Grayscale: #B3B3B3. Windows color (decimal): -5391456 or 10533805. OLE color: 10533805.

HSL color Cylindrical-coordinate representation of color #ADBBA0: hue angle of 91.11º degrees, saturation: 0.17, 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 #ADBBA0 is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB173187160-
CMYK0.0700.140.27
HSL91.11º16.56%68.04%-
HSV(B)91.11º14.44%73.33%-
XYZ41.3546.9640.14-
YUV179.74116.86123.2-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.27%
GREEN value IS 187 (73.44% from 255) = 35.96%
BLUE value IS 160 (62.89% from 255) = 30.77%
R=33.27%
G=35.96%
B=30.77%

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
Decimal1731871600.0700.140.2791.1116.5668.04
HexADBBA070E1B5b1144
Octal25527324070163313321104
Binary10101101101110111010000011101110110111011011100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBBA0; }

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

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

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

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

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

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

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

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