#A4ADAA

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

Shades of Tower Grey #A4ADAA

Tints of Tower Grey #A4ADAA

Color information

#A4ADAA (or 0xA4ADAA) is unknown color: approx Tower Grey. HEX triplet: A4, AD and AA. RGB value is (164,173,170). Sum of RGB (Red+Green+Blue) = 164+173+170=507 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.35% from 507); Green value is 173 (67.97% from 255 or 34.12% from 507); Blue value is 170 (66.80% from 255 or 33.53% from 507); Max value from RGB is 173 - color contains mainly: green. Hex color #A4ADAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4ADAA is #5B5255. Grayscale: #A9A9A9. Windows color (decimal): -5984854 or 11185572. OLE color: 11185572.

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

Color convert

RGB164173170-
CMYK0.0500.020.32
HSL160º5.2%66.08%-
HSV(B)160º5.2%67.84%-
XYZ37.5140.6843.91-
YUV169.97128.02123.74-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.35%
GREEN value IS 173 (67.97% from 255) = 34.12%
BLUE value IS 170 (66.80% from 255) = 33.53%
R=32.35%
G=34.12%
B=33.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1641731700.0500.020.321605.266.08
HexA4ADAA50220a0542
Octal244255252502402405102
Binary101001001010110110101010101010100000101000001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4ADAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4ADAA; }

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

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

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

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

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

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

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

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