#ADBBA1

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

Shades of Silver Chalice #ADBBA1

Tints of Silver Chalice #ADBBA1

Color information

#ADBBA1 (or 0xADBBA1) is unknown color: approx Silver Chalice. HEX triplet: AD, BB and A1. RGB value is (173,187,161). Sum of RGB (Red+Green+Blue) = 173+187+161=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 187 (73.44% from 255 or 35.89% from 521); Blue value is 161 (63.28% from 255 or 30.90% from 521); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBBA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBBA1 is #52445E. Grayscale: #B3B3B3. Windows color (decimal): -5391455 or 10599341. OLE color: 10599341.

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

Color convert

RGB173187161-
CMYK0.0700.140.27
HSL92.31º16.05%68.24%-
HSV(B)92.31º13.9%73.33%-
XYZ41.444740.61-
YUV179.85117.36123.11-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.21%
GREEN value IS 187 (73.44% from 255) = 35.89%
BLUE value IS 161 (63.28% from 255) = 30.90%
R=33.21%
G=35.89%
B=30.90%

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
Decimal1731871610.0700.140.2792.3116.0568.24
HexADBBA170E1B5c1044
Octal25527324170163313420104
Binary10101101101110111010000111101110110111011100100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBBA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBBA1; }

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

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

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

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

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

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

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

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