#ADB3A1

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

Shades of Silver Chalice #ADB3A1

Tints of Silver Chalice #ADB3A1

Color information

#ADB3A1 (or 0xADB3A1) is unknown color: approx Silver Chalice. HEX triplet: AD, B3 and A1. RGB value is (173,179,161). Sum of RGB (Red+Green+Blue) = 173+179+161=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 179 (70.31% from 255 or 34.89% from 513); Blue value is 161 (63.28% from 255 or 31.38% from 513); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB3A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB3A1 is #524C5E. Grayscale: #AFAFAF. Windows color (decimal): -5393503 or 10597293. OLE color: 10597293.

HSL color Cylindrical-coordinate representation of color #ADB3A1: hue angle of 80º degrees, saturation: 0.11, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ADB3A1 is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.30.

Color convert

RGB173179161-
CMYK0.0300.100.30
HSL80º10.59%66.67%-
HSV(B)80º10.06%70.2%-
XYZ39.7943.740.06-
YUV175.15120.01126.46-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.72%
GREEN value IS 179 (70.31% from 255) = 34.89%
BLUE value IS 161 (63.28% from 255) = 31.38%
R=33.72%
G=34.89%
B=31.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1731791610.0300.100.308010.5966.67
HexADB3A130A1E50b43
Octal25526324130123612013103
Binary101011011011001110100001110101011110101000010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB3A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB3A1; }

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

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

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

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

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

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

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

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