#A0ACA8

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

Shades of Tower Grey #A0ACA8

Tints of Tower Grey #A0ACA8

Color information

#A0ACA8 (or 0xA0ACA8) is unknown color: approx Tower Grey. HEX triplet: A0, AC and A8. RGB value is (160,172,168). Sum of RGB (Red+Green+Blue) = 160+172+168=500 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32% from 500); Green value is 172 (67.58% from 255 or 34.4% from 500); Blue value is 168 (66.02% from 255 or 33.6% from 500); Max value from RGB is 172 - color contains mainly: green. Hex color #A0ACA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0ACA8 is #5F5357. Grayscale: #A7A7A7. Windows color (decimal): -6247256 or 11054240. OLE color: 11054240.

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

Color convert

RGB160172168-
CMYK0.0700.020.33
HSL160º6.74%65.1%-
HSV(B)160º6.98%67.45%-
XYZ36.3239.8142.81-
YUV167.96128.02122.33-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32%
GREEN value IS 172 (67.58% from 255) = 34.4%
BLUE value IS 168 (66.02% from 255) = 33.6%
R=32%
G=34.4%
B=33.6%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601721680.0700.020.331606.7465.1
HexA0ACA870221a0741
Octal240254250702412407101
Binary101000001010110010101000111010100001101000001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0ACA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0ACA8; }

 p { color: rgb(160,172,168); }

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

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

 a { background-color: rgb(160,172,168); }

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

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

 span { border-color: rgb(160,172,168); }

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