#A4ACA9

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

Shades of Tower Grey #A4ACA9

Tints of Tower Grey #A4ACA9

Color information

#A4ACA9 (or 0xA4ACA9) is unknown color: approx Tower Grey. HEX triplet: A4, AC and A9. RGB value is (164,172,169). Sum of RGB (Red+Green+Blue) = 164+172+169=505 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.48% from 505); Green value is 172 (67.58% from 255 or 34.06% from 505); Blue value is 169 (66.41% from 255 or 33.47% from 505); Max value from RGB is 172 - color contains mainly: green. Hex color #A4ACA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4ACA9 is #5B5356. Grayscale: #A9A9A9. Windows color (decimal): -5985111 or 11119780. OLE color: 11119780.

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

Color convert

RGB164172169-
CMYK0.0500.020.33
HSL157.5º4.6%65.88%-
HSV(B)157.5º4.65%67.45%-
XYZ37.2240.2643.35-
YUV169.27127.85124.24-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.48%
GREEN value IS 172 (67.58% from 255) = 34.06%
BLUE value IS 169 (66.41% from 255) = 33.47%
R=32.48%
G=34.06%
B=33.47%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641721690.0500.020.33157.54.665.88
HexA4ACA9502219d542
Octal244254251502412355102
Binary101001001010110010101001101010100001100111011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4ACA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4ACA9; }

 p { color: rgb(164,172,169); }

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

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

 a { background-color: rgb(164,172,169); }

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

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

 span { border-color: rgb(164,172,169); }

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