#A2ADA9

Color #A2ADA9 Tower Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tower Grey #A2ADA9

Tints of Tower Grey #A2ADA9

Color information

#A2ADA9 (or 0xA2ADA9) is unknown color: approx Tower Grey. HEX triplet: A2, AD and A9. RGB value is (162,173,169). Sum of RGB (Red+Green+Blue) = 162+173+169=504 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.14% from 504); Green value is 173 (67.97% from 255 or 34.33% from 504); Blue value is 169 (66.41% from 255 or 33.53% from 504); Max value from RGB is 173 - color contains mainly: green. Hex color #A2ADA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2ADA9 is #5D5256. Grayscale: #A9A9A9. Windows color (decimal): -6115927 or 11120034. OLE color: 11120034.

HSL color Cylindrical-coordinate representation of color #A2ADA9: hue angle of 158.18º degrees, saturation: 0.06, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A2ADA9 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB162173169-
CMYK0.0600.020.32
HSL158.18º6.29%65.69%-
HSV(B)158.18º6.36%67.84%-
XYZ37.0140.4343.39-
YUV169.25127.86122.83-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.14%
GREEN value IS 173 (67.97% from 255) = 34.33%
BLUE value IS 169 (66.41% from 255) = 33.53%
R=32.14%
G=34.33%
B=33.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1621731690.0600.020.32158.186.2965.69
HexA2ADA9602209e642
Octal242255251602402366102
Binary101000101010110110101001110010100000100111101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2ADA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2ADA9; }

 p { color: rgb(162,173,169); }

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

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

 a { background-color: rgb(162,173,169); }

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

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

 span { border-color: rgb(162,173,169); }

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