#A7ACA9

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

Shades of Tower Grey #A7ACA9

Tints of Tower Grey #A7ACA9

Color information

#A7ACA9 (or 0xA7ACA9) is unknown color: approx Tower Grey. HEX triplet: A7, AC and A9. RGB value is (167,172,169). Sum of RGB (Red+Green+Blue) = 167+172+169=508 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.87% from 508); Green value is 172 (67.58% from 255 or 33.86% from 508); Blue value is 169 (66.41% from 255 or 33.27% from 508); Max value from RGB is 172 - color contains mainly: green. Hex color #A7ACA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7ACA9 is #585356. Grayscale: #AAAAAA. Windows color (decimal): -5788503 or 11119783. OLE color: 11119783.

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

Color convert

RGB167172169-
CMYK0.0300.020.33
HSL144º2.92%66.47%-
HSV(B)144º2.91%67.45%-
XYZ37.8540.5943.37-
YUV170.16127.34125.74-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.87%
GREEN value IS 172 (67.58% from 255) = 33.86%
BLUE value IS 169 (66.41% from 255) = 33.27%
R=32.87%
G=33.86%
B=33.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1671721690.0300.020.331442.9266.47
HexA7ACA93022190342
Octal247254251302412203102
Binary1010011110101100101010011101010000110010000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7ACA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7ACA9; }

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

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

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

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

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

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

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

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