#ADB2AA

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

Shades of Silver Chalice #ADB2AA

Tints of Silver Chalice #ADB2AA

Color information

#ADB2AA (or 0xADB2AA) is unknown color: approx Silver Chalice. HEX triplet: AD, B2 and AA. RGB value is (173,178,170). Sum of RGB (Red+Green+Blue) = 173+178+170=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 178 (69.92% from 255 or 34.17% from 521); Blue value is 170 (66.80% from 255 or 32.63% from 521); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB2AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB2AA is #524D55. Grayscale: #AFAFAF. Windows color (decimal): -5393750 or 11186861. OLE color: 11186861.

HSL color Cylindrical-coordinate representation of color #ADB2AA: hue angle of 97.5º degrees, saturation: 0.05, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #ADB2AA is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB173178170-
CMYK0.0300.040.30
HSL97.5º4.94%68.24%-
HSV(B)97.5º4.49%69.8%-
XYZ40.4143.6344.32-
YUV175.59124.84126.15-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.21%
GREEN value IS 178 (69.92% from 255) = 34.17%
BLUE value IS 170 (66.80% from 255) = 32.63%
R=33.21%
G=34.17%
B=32.63%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1731781700.0300.040.3097.54.9468.24
HexADB2AA3041E61544
Octal255262252304361415104
Binary1010110110110010101010101101001111011000011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB2AA; }

 p { color: rgb(173,178,170); }

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

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

 a { background-color: rgb(173,178,170); }

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

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

 span { border-color: rgb(173,178,170); }

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